Skip to content

Commit fa9ab03

Browse files
author
Donatien Garnier
authored
Merge pull request #51 from pan-/fix-iar-compilation
BLE: Fix wrong macro name for IAR
2 parents de41355 + 1ba5a11 commit fa9ab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/source/BLE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define BLE_DEPRECATED_API_USE_END \
5151
_Pragma("pop")
5252
#else
53-
#define BLE_DEPRECATED_API_USE_BEGIN
53+
#define BLE_DEPRECATED_API_USE_END
5454
#endif
5555

5656
static const char* error_strings[] = {

0 commit comments

Comments
 (0)