library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
475:fe3d08b3a8e9
Parent:
463:b869f947a37a
Child:
476:a95a18ef5e9c
diff -r 2c01f5c9155d -r fe3d08b3a8e9 source/nRF5xn.cpp
--- a/source/nRF5xn.cpp	Thu Nov 26 14:33:46 2015 +0000
+++ b/source/nRF5xn.cpp	Thu Nov 26 14:33:46 2015 +0000
@@ -20,9 +20,13 @@
 #include "nrf_soc.h"
 
 #include "btle/btle.h"
+
+#define asm __ASM
 #include "nrf_delay.h"
 
+extern "C" {
 #include "softdevice_handler.h"
+}
 
 /**
  * The singleton which represents the nRF51822 transport for the BLE.