esp-idf/components
Ivan Grokhotkov 9efc06be0f esp32/clk: remove unused code
When 32k XTAL was selected as clock source, if the first calibration
attempt failed, the code would fall back to 150kHz internal clock.
Calibration with the internal clock will always succeed.
Therefore `wait` would always be either 0 or 1. Based on this, some
code in this routine can be eliminated.
2018-08-22 11:33:20 +08:00
..
2018-08-07 11:28:54 +05:30
2018-08-22 11:33:20 +08:00
2018-08-02 11:02:45 +02:00
2018-08-07 10:50:05 +00:00
2017-03-07 10:18:47 +11:00
2018-06-10 21:20:55 +08:00
2018-08-02 11:02:45 +02:00
2018-08-13 16:48:27 +00:00