library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
518:6470a39133f1
Parent:
517:23d16e238129
Child:
524:502e53732c75
diff -r 23d16e238129 -r 6470a39133f1 source/nRF5xn.cpp
--- a/source/nRF5xn.cpp	Wed Dec 02 12:58:41 2015 +0000
+++ b/source/nRF5xn.cpp	Wed Dec 02 12:58:42 2015 +0000
@@ -22,7 +22,9 @@
 #include "btle/btle.h"
 #include "nrf_delay.h"
 
+extern "C" {
 #include "softdevice_handler.h"
+}
 
 /**
  * The singleton which represents the nRF51822 transport for the BLE.