mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
fix host emulation on macOS (#5633)
This commit is contained in:
@ -43,6 +43,9 @@ extern "C" void esp_yield()
|
||||
|
||||
|
||||
extern "C" void __panic_func(const char* file, int line, const char* func) {
|
||||
(void)file;
|
||||
(void)line;
|
||||
(void)func;
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user