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 \
|
||||
_Pragma("pop")
|
||||
#else
|
||||
#define BLE_DEPRECATED_API_USE_BEGIN
|
||||
#define BLE_DEPRECATED_API_USE_END
|
||||
#endif
|
||||
|
||||
static const char* error_strings[] = {
|
||||
|
|
Loading…
Reference in New Issue