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

Added __throw_out_of_range

This commit is contained in:
Ed Coyne 2016-05-26 15:23:46 -07:00
parent 5313c56f24
commit 75bcaf01a0

View File

@ -106,6 +106,11 @@ void __throw_logic_error(const char* str)
{
panic();
}
void __throw_out_of_range(const ohar* str)
{
panic();
}
}
// TODO: rebuild windows toolchain to make this unnecessary: