diff options
author | Josef Gajdusek <atx@atx.name> | 2015-05-15 09:56:41 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-05-28 21:28:29 +0300 |
commit | 492fd5cb6b8fcb8c88f238b20c28ca0bb2a1a84c (patch) | |
tree | 0205b77d8b55ff2e13beefb17dba14efc0e7f4b2 /esp8266/esp_mphal.c | |
parent | a16715ac623dccd66b1a113af255811bf92286e8 (diff) | |
download | micropython-492fd5cb6b8fcb8c88f238b20c28ca0bb2a1a84c.tar.gz micropython-492fd5cb6b8fcb8c88f238b20c28ca0bb2a1a84c.zip |
esp8266: Enable setting CPU frequency to 160MHz
Diffstat (limited to 'esp8266/esp_mphal.c')
-rw-r--r-- | esp8266/esp_mphal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/esp8266/esp_mphal.c b/esp8266/esp_mphal.c index 8eb8cc8ca2..736cf3b0a2 100644 --- a/esp8266/esp_mphal.c +++ b/esp8266/esp_mphal.c @@ -93,7 +93,3 @@ void HAL_Delay(uint32_t Delay) { void mp_hal_set_interrupt_char(int c) { // TODO } - -uint32_t mp_hal_get_cpu_freq(void) { - return ets_get_cpu_frequency(); -} |