summaryrefslogtreecommitdiff
path: root/esp8266/etshal.h
diff options
context:
space:
mode:
authorJosef Gajdusek <atx@atx.name>2015-05-15 09:56:41 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-05-28 21:28:29 +0300
commit492fd5cb6b8fcb8c88f238b20c28ca0bb2a1a84c (patch)
tree0205b77d8b55ff2e13beefb17dba14efc0e7f4b2 /esp8266/etshal.h
parenta16715ac623dccd66b1a113af255811bf92286e8 (diff)
esp8266: Enable setting CPU frequency to 160MHz
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 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_