mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-16 00:43:00 +03:00
enableWiFiAtBootTime() should be declared in ESP8266WiFi.h (#7993)
This commit is contained in:
@ -105,8 +105,6 @@ uint64_t micros64(void);
|
||||
void delay(unsigned long);
|
||||
void delayMicroseconds(unsigned int us);
|
||||
|
||||
void enableWiFiAtBootTime (void) __attribute__((noinline));
|
||||
|
||||
#if defined(F_CPU) || defined(CORE_MOCK)
|
||||
#ifdef __cplusplus
|
||||
constexpr
|
||||
|
Reference in New Issue
Block a user