mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 04:57:38 +00:00
esp32: wait uart tx finish before cpu freq change
This commit is contained in:
@@ -76,6 +76,6 @@ static inline void cpu_configure_region_protection()
|
||||
* This is a temporary function which will be replaced once dynamic
|
||||
* CPU frequency changing is implemented.
|
||||
*/
|
||||
void esp_set_cpu_freq();
|
||||
void esp_set_cpu_freq(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user