1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Emulation on host: updates (#8409)

* mock: +Hash, +scheduled functions
Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
This commit is contained in:
david gauchard
2022-01-03 14:23:45 +01:00
committed by GitHub
parent d0cc3a80f8
commit 2f58f679ee
4 changed files with 15 additions and 2 deletions

View File

@ -116,6 +116,8 @@ extern uint32_t global_source_address; // 0 = INADDR_ANY by default
#define NO_GLOBAL_BINDING 0xffffffff
extern uint32_t global_ipv4_netfmt; // selected interface addresse to bind to
void loop_end();
#ifdef __cplusplus
}
#endif