mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
Fixed typo
This commit is contained in:
parent
75bcaf01a0
commit
b8ae0c0792
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user