From b8ae0c0792c85199da34e4d239ec84f69b8bfa4e Mon Sep 17 00:00:00 2001 From: Ed Coyne Date: Thu, 26 May 2016 15:28:29 -0700 Subject: [PATCH] Fixed typo --- cores/esp8266/abi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp8266/abi.cpp b/cores/esp8266/abi.cpp index 3d1586076..2cb6889d8 100644 --- a/cores/esp8266/abi.cpp +++ b/cores/esp8266/abi.cpp @@ -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(); }