Skip to content

Commit 7554975

Browse files
committed
Compile source code for Maxim targets
They don't link because of differences in the precompiled libraries
1 parent fb53eb6 commit 7554975

File tree

1 file changed

+3
-1
lines changed
  • features/FEATURE_BLE/targets/TARGET_Maxim/exactLE/wsf/generic

1 file changed

+3
-1
lines changed

features/FEATURE_BLE/targets/TARGET_Maxim/exactLE/wsf/generic/wsf_types.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444

4545
/* Integer data types */
4646
#if ((defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) && \
47-
(__ICC8051__ == 0)) || defined(__CC_ARM) || defined(__IAR_SYSTEMS_ICC__)
47+
(__ICC8051__ == 0)) || defined(__CC_ARM) || \
48+
(defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)) || \
49+
defined(__IAR_SYSTEMS_ICC__)
4850
#include <stdint.h>
4951
#else
5052
typedef signed char int8_t;

0 commit comments

Comments
 (0)