Skip to content

Commit 4a07ff2

Browse files
committed
core: declare initVariant() as weak
Signed-off-by: Aymane Bahssain <[email protected]>
1 parent acf0355 commit 4a07ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ typedef uint8_t byte;
101101
typedef uint16_t word;
102102

103103
void init(void);
104-
void initVariant(void);
104+
void initVariant() __attribute__((weak));
105105

106106
#ifndef HOST
107107
int atexit(void (*func)()) __attribute__((weak));

0 commit comments

Comments
 (0)