Merge pull request #51 from pan-/fix-iar-compilation

BLE: Fix wrong macro name for IAR
pull/6932/head
Donatien Garnier 2018-05-23 11:49:42 -05:00 committed by GitHub
commit fa9ab03a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {