File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ uint64_t micros64(void);
105105void delay (unsigned long );
106106void delayMicroseconds (unsigned int us);
107107
108+ void enableWiFiAtBootTime (void ) __attribute__((noinline));
109+
108110#if defined(F_CPU) || defined(CORE_MOCK)
109111#ifdef __cplusplus
110112constexpr
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ void esp_schedule();
1818void tune_timeshift64 (uint64_t now_us);
1919void disable_extra4k_at_link_time (void ) __attribute__((noinline));
2020bool sntp_set_timezone_in_seconds (int32_t timezone);
21- void enableWiFiAtBootTime (void ) __attribute__((noinline));
2221void __disableWiFiAtBootTime (void ) __attribute__((noinline));
2322void __real_system_restart_local () __attribute__((noreturn));
2423
You can’t perform that action at this time.
0 commit comments