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 nRF51822 by
Diff: nordic/softdevice_handler.cpp
- Revision:
- 65:98215c4f3a25
- Parent:
- 56:a1071b629aa3
--- a/nordic/softdevice_handler.cpp Mon Sep 08 15:45:22 2014 +0000 +++ b/nordic/softdevice_handler.cpp Mon Sep 08 17:21:46 2014 +0100 @@ -236,6 +236,7 @@ } m_softdevice_enabled = true; + // Enable BLE event interrupt (interrupt priority has already been set by the stack). return sd_nvic_EnableIRQ(SWI2_IRQn); }