mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Fix linker errors with WiFiMulti
This commit is contained in:
parent
5f72ed23a5
commit
aaf1f7652d
@ -58,6 +58,14 @@ namespace std {
|
|||||||
void __throw_bad_function_call() {
|
void __throw_bad_function_call() {
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void __throw_length_error(char const*) {
|
||||||
|
abort();
|
||||||
|
}
|
||||||
|
|
||||||
|
void __throw_bad_alloc() {
|
||||||
|
abort();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: rebuild windows toolchain to make this unnecessary:
|
// TODO: rebuild windows toolchain to make this unnecessary:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user