mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
Fixed typo
This commit is contained in:
@ -107,7 +107,7 @@ void __throw_logic_error(const char* str)
|
||||
panic();
|
||||
}
|
||||
|
||||
void __throw_out_of_range(const ohar* str)
|
||||
void __throw_out_of_range(const char* str)
|
||||
{
|
||||
panic();
|
||||
}
|
||||
|
Reference in New Issue
Block a user