We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea28f54 commit 1f7d449Copy full SHA for 1f7d449
cores/esp32/Arduino.h
@@ -233,7 +233,7 @@ bool shouldPrintChipDebugReport(void);
233
uint64_t getArduinoSetupWaitTime_ms(void);
234
#define SET_TIME_BEFORE_STARTING_SKETCH_MS(time_ms) \
235
uint64_t getArduinoSetupWaitTime_ms() { \
236
- return time_ms; \
+ return (time_ms); \
237
}
238
239
// allows user to bypass esp_spiram_test()
0 commit comments