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: BLE_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: public/GattAttribute.h
- Revision:
- 137:4b648181ea6b
- Parent:
- 118:620d28e7a1ba
- Child:
- 139:baaf1c5f0db2
diff -r 723d378149be -r 4b648181ea6b public/GattAttribute.h
--- a/public/GattAttribute.h Fri Nov 21 09:23:23 2014 +0000
+++ b/public/GattAttribute.h Fri Nov 21 09:23:23 2014 +0000
@@ -18,6 +18,8 @@
#ifndef __GATT_ATTRIBUTE_H__
#define __GATT_ATTRIBUTE_H__
+#include <stddef.h>
+
#include "blecommon.h"
#include "UUID.h"
@@ -93,4 +95,4 @@
Handle_t _handle;
};
-#endif // ifndef __GATT_ATTRIBUTE_H__
+#endif // ifndef __GATT_ATTRIBUTE_H__
\ No newline at end of file
