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.
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/BlueNRGDevice.cpp
- Revision:
- 169:485bbcddf0c3
- Parent:
- 168:ad1dff5dca1f
- Child:
- 173:821942ac7d5a
diff -r ad1dff5dca1f -r 485bbcddf0c3 source/BlueNRGDevice.cpp --- 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. */