Skip to content

Commit 1f7d449

Browse files
SuGliderCopilot
andauthored
feat(arduino): changing it to use time in ms
Co-authored-by: Copilot <[email protected]>
1 parent ea28f54 commit 1f7d449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ bool shouldPrintChipDebugReport(void);
233233
uint64_t getArduinoSetupWaitTime_ms(void);
234234
#define SET_TIME_BEFORE_STARTING_SKETCH_MS(time_ms) \
235235
uint64_t getArduinoSetupWaitTime_ms() { \
236-
return time_ms; \
236+
return (time_ms); \
237237
}
238238

239239
// allows user to bypass esp_spiram_test()

0 commit comments

Comments
 (0)