1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

Fixed typo

This commit is contained in:
Ed Coyne 2016-05-26 15:28:29 -07:00
parent 75bcaf01a0
commit b8ae0c0792

View File

@ -107,7 +107,7 @@ void __throw_logic_error(const char* str)
panic(); panic();
} }
void __throw_out_of_range(const ohar* str) void __throw_out_of_range(const char* str)
{ {
panic(); panic();
} }