esp8266: Enable setting CPU frequency to 160MHz

This commit is contained in:
Josef Gajdusek
2015-05-15 09:56:41 +02:00
committed by Paul Sokolovsky
parent a16715ac62
commit 492fd5cb6b
3 changed files with 8 additions and 7 deletions

View File

@@ -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_