We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a55a8 commit 09541b3Copy full SHA for 09541b3
1 file changed
api/Common.h
@@ -79,7 +79,9 @@ typedef uint16_t word;
79
void init(void);
80
void initVariant(void);
81
82
+#ifndef HOST
83
int atexit(void (*func)()) __attribute__((weak));
84
+#endif
85
int main() __attribute__((weak));
86
87
#ifdef EXTENDED_PIN_MODE
0 commit comments