mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
tests/host: fixes and updates (#5537)
(LEAmDNS, broken pipe, non blocking accepted sockets, digitalRead)
This commit is contained in:
@ -218,6 +218,7 @@ extern "C" {
|
||||
void loop(void);
|
||||
|
||||
void yield(void);
|
||||
void esp_yield(void);
|
||||
void optimistic_yield(uint32_t interval_us);
|
||||
|
||||
#define digitalPinToPort(pin) (0)
|
||||
|
Reference in New Issue
Block a user