Skip to content

Commit 30c4b3f

Browse files
committed
initVariant() is now declared as external "C" function.
See #2080 for more details. (Filtered from arduino/Arduino@bb095a2)
1 parent 302ae37 commit 30c4b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ typedef uint8_t boolean;
113113
typedef uint8_t byte;
114114

115115
void init(void);
116+
void initVariant(void);
116117

117118
void pinMode(uint8_t, uint8_t);
118119
void digitalWrite(uint8_t, uint8_t);

0 commit comments

Comments
 (0)