Jonathan Austin / nRF51822

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Revision:
360:7c68c8d67e1f
Parent:
339:e5e2157e8b44
diff -r 64918eb1ead2 -r 7c68c8d67e1f nRF51DiscoveredCharacteristic.h
--- a/nRF51DiscoveredCharacteristic.h	Fri Jun 19 15:55:37 2015 +0100
+++ b/nRF51DiscoveredCharacteristic.h	Fri Jun 19 15:55:37 2015 +0100
@@ -17,7 +17,7 @@
 #ifndef __NRF_DISCOVERED_CHARACTERISTIC_H__
 #define __NRF_DISCOVERED_CHARACTERISTIC_H__
 
-#include "DiscoveredCharacteristic.h"
+#include "ble/DiscoveredCharacteristic.h"
 #include "ble_gatt.h"
 
 class nRF51GattClient; /* forward declaration */