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.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: nRF51GattServer.h
- Revision:
- 76:ce629a504851
- Parent:
- 75:95d732949d23
- Child:
- 78:9a5ba2c5d53c
diff -r 95d732949d23 -r ce629a504851 nRF51GattServer.h
--- a/nRF51GattServer.h Fri Nov 21 10:00:41 2014 +0000
+++ b/nRF51GattServer.h Fri Nov 21 10:00:41 2014 +0000
@@ -17,11 +17,11 @@
#ifndef __NRF51822_GATT_SERVER_H__
#define __NRF51822_GATT_SERVER_H__
-#include "mbed.h"
+#include <stddef.h>
+
#include "blecommon.h"
#include "ble.h" /* nordic ble */
-#include "GattService.h"
-#include "public/GattServer.h"
+#include "GattServer.h"
class nRF51GattServer : public GattServer
{
