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: ble/deprecate.h
- Revision:
- 1109:09e9c8c2a5bb
- Parent:
- 1108:ce7f6dbab398
--- a/ble/deprecate.h Mon Jan 11 08:51:57 2016 +0000 +++ b/ble/deprecate.h Mon Jan 11 08:51:58 2016 +0000 @@ -20,7 +20,7 @@ #ifdef YOTTA_CFG_MBED_OS #include "compiler-polyfill/attributes.h" #else - #define __deprecated_message + #define __deprecated_message(msg) #endif #endif \ No newline at end of file
