[beken-72xx] Initialize UART to fix deep sleep

This commit is contained in:
Kuba Szczodrzyński
2023-08-23 16:06:01 +02:00
parent bd47772c04
commit 27393e47c3
3 changed files with 10 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ void lt_deep_sleep_unset_gpio(uint32_t gpio_index_map);
/**
* @brief Set a sleep timer to wake up the device
* @param sleep_duration the time in seconds to sleep
* @param sleep_duration the time in milliseconds to sleep
*/
void lt_deep_sleep_config_timer(uint32_t sleep_duration);