Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 169:485bbcddf0c3, committed 2015-11-05
- Comitter:
- Wolfgang Betz
- Date:
- Thu Nov 05 14:44:34 2015 +0100
- Parent:
- 168:ad1dff5dca1f
- Child:
- 170:8420604a24ef
- Commit message:
- Change irq mode
Changed in this revision
| source/BlueNRGDevice.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/BlueNRGDevice.cpp Wed Nov 04 14:23:19 2015 +0100
+++ b/source/BlueNRGDevice.cpp Thu Nov 05 14:44:34 2015 +0100
@@ -137,7 +137,7 @@
}
// Set the interrupt handler for the device
- irq_.mode(PullNone); // betzw: set irq mode
+ irq_.mode(PullDown); // betzw: set irq mode
irq_.rise(&HCI_Isr);
/* ToDo: Clear memory contents, reset the SD, etc. */