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:
parent
5313c56f24
commit
75bcaf01a0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user