mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Previous code contained a check for PLL frequency to be 240MHz, while in fact 240MHz was a CPU frequency; corresponding PLL frequency is 480MHz. Fixed the comparison and replaced integer MHz values with an enum.