Skip to content

Commit e800462

Browse files
SuGliderCopilot
andauthored
fix(arduino): spacing and commentary error
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1f7d449 commit e800462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ __attribute__((weak)) bool shouldPrintChipDebugReport(void) {
4444
return false;
4545
}
4646

47-
// this function can be changed by the skectch using the macro SET_TIME_BEFORE_STARTING_SKETCH_MS(time_ms)
47+
// this function can be changed by the sketch using the macro SET_TIME_BEFORE_STARTING_SKETCH_MS(time_ms)
4848
__attribute__((weak)) uint64_t getArduinoSetupWaitTime_ms(void) {
4949
return 0;
5050
}

0 commit comments

Comments
 (0)