Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Revision:
429:bff56e081b6e
Parent:
424:28ea27dcba79
Child:
430:db7edc9ad0bc
diff -r ca9c9c2cfc6a -r bff56e081b6e source/nRF5xGattClient.h
--- a/source/nRF5xGattClient.h	Thu Aug 13 13:23:19 2015 +0100
+++ b/source/nRF5xGattClient.h	Fri Sep 25 15:26:39 2015 +0100
@@ -26,12 +26,6 @@
     static nRF5xGattClient &getInstance();
 
     /**
-     * When using S110, all Gatt client features will return
-     * BLE_ERROR_NOT_IMPLEMENTED
-     */
-#if !defined(MCU_NORDIC_16K_S110) && !defined(MCU_NORDIC_32K_S110)
-
-    /**
      * Launch service discovery. Once launched, service discovery will remain
      * active with callbacks being issued back into the application for matching
      * services/characteristics. isActive() can be used to determine status; and
@@ -158,8 +152,6 @@
 
 private:
     nRF5xServiceDiscovery discovery;
-
-#endif // if !S110
 };
 
 #endif // ifndef __NRF51822_GATT_CLIENT_H__
\ No newline at end of file