We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91833 commit 7e1cbd8Copy full SHA for 7e1cbd8
1 file changed
api/Common.h
@@ -98,7 +98,7 @@ typedef uint8_t byte;
98
typedef uint16_t word;
99
100
void init(void);
101
-void initVariant(void);
+void initVariant(void) __attribute__((weak));
102
103
#ifndef HOST
104
int atexit(void (*func)()) __attribute__((weak));
0 commit comments