summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/etshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/etshal.h')
-rw-r--r--esp8266/etshal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/etshal.h b/esp8266/etshal.h
index 5ee67d027f..61d8399db7 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_