Skip to content

Commit 756bde2

Browse files
Update Arduino.h
typo
1 parent eaec282 commit 756bde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/Arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ bool shouldPrintChipDebugReport(void);
229229
}
230230

231231
uint64_t getArduinoSetupWaitTick(void);
232-
#define SET_SETUP_WAIT_TICH(tick) \
232+
#define SET_SETUP_WAIT_TICK(tick) \
233233
uint64_t getArduinoSetupWaitTick() { \
234234
return tick; \
235235
}

0 commit comments

Comments
 (0)