We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb53eb6 commit 7554975Copy full SHA for 7554975
features/FEATURE_BLE/targets/TARGET_Maxim/exactLE/wsf/generic/wsf_types.h
@@ -44,7 +44,9 @@
44
45
/* Integer data types */
46
#if ((defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) && \
47
- (__ICC8051__ == 0)) || defined(__CC_ARM) || defined(__IAR_SYSTEMS_ICC__)
+ (__ICC8051__ == 0)) || defined(__CC_ARM) || \
48
+ (defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)) || \
49
+ defined(__IAR_SYSTEMS_ICC__)
50
#include <stdint.h>
51
#else
52
typedef signed char int8_t;
0 commit comments