mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #51 from pan-/fix-iar-compilation
BLE: Fix wrong macro name for IARpull/6932/head
commit
fa9ab03a31
|
@ -50,7 +50,7 @@
|
||||||
#define BLE_DEPRECATED_API_USE_END \
|
#define BLE_DEPRECATED_API_USE_END \
|
||||||
_Pragma("pop")
|
_Pragma("pop")
|
||||||
#else
|
#else
|
||||||
#define BLE_DEPRECATED_API_USE_BEGIN
|
#define BLE_DEPRECATED_API_USE_END
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char* error_strings[] = {
|
static const char* error_strings[] = {
|
||||||
|
|
Loading…
Reference in New Issue