We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec6c385 + 034d3e9 commit 6402965Copy full SHA for 6402965
hal/api/mbed.h
@@ -18,6 +18,7 @@
18
19
#define MBED_LIBRARY_VERSION 117
20
21
+#include "toolchain.h"
22
#include "platform.h"
23
24
// Useful C libraries
hal/api/toolchain.h
@@ -24,6 +24,10 @@
typedef int FILEHANDLE;
25
#endif
26
27
+#ifndef EXTERN
28
+#define EXTERN extern
29
+#endif
30
+
31
#if defined (__ICCARM__)
32
# define WEAK __weak
33
# define PACKED __packed
hal/common/error.c hal/common/mbed_error.c
0 commit comments