1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-16 00:43:00 +03:00

Add ESP8266WebServer library

This commit is contained in:
Ivan Grokhotkov
2015-03-27 11:17:45 +03:00
parent c3b428162f
commit cfda6cbd06
5 changed files with 500 additions and 0 deletions

View File

@ -52,4 +52,10 @@ void __cxa_deleted_virtual(void) {
abort();
}
namespace std {
void __throw_bad_function_call() {
abort();
}
}