efuse: Updates description of uart_print_control efuse

This commit is contained in:
KonstantinKondrashov
2021-02-02 16:00:18 +08:00
parent 3c6c5b8a29
commit 43ebb8ea61
7 changed files with 10 additions and 10 deletions

View File

@@ -229,8 +229,8 @@ bool ets_efuse_legacy_spi_boot_mode_disabled(void);
*
* @return
* - 0 for uart force print.
* - 1 for uart print when GPIO46 is low when digital reset.
* 2 for uart print when GPIO46 is high when digital reset.
* - 1 for uart print when GPIO8 is low when digital reset.
* 2 for uart print when GPIO8 is high when digital reset.
* 3 for uart force slient
*/
uint32_t ets_efuse_get_uart_print_control(void);