From 492fd5cb6b8fcb8c88f238b20c28ca0bb2a1a84c Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Fri, 15 May 2015 09:56:41 +0200 Subject: esp8266: Enable setting CPU frequency to 160MHz --- esp8266/etshal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'esp8266/etshal.h') diff --git a/esp8266/etshal.h b/esp8266/etshal.h index 5ee67d027..61d8399db 100644 --- a/esp8266/etshal.h +++ b/esp8266/etshal.h @@ -5,6 +5,5 @@ void ets_isr_unmask(); void ets_install_putc1(); void ets_isr_attach(); void uart_div_modify(); -uint32_t ets_get_cpu_frequency(); #endif // _INCLUDED_ETSHAL_H_ -- cgit v1.2.3