Skip to content

Commit b8ae0c0

Browse files
committed
Fixed typo
1 parent 75bcaf0 commit b8ae0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/abi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void __throw_logic_error(const char* str)
107107
panic();
108108
}
109109

110-
void __throw_out_of_range(const ohar* str)
110+
void __throw_out_of_range(const char* str)
111111
{
112112
panic();
113113
}

0 commit comments

Comments
 (0)