mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-29 22:45:48 +08:00
feat(startup): add fast boot and fast restart function
This commit is contained in:
@ -101,6 +101,11 @@ static inline STATUS UartRxString(uint8_t *pString, uint8_t MaxStrlen)
|
||||
return OK;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Disable UART0 I/O swap and don't care about if TX FIFO is empty
|
||||
*/
|
||||
void uart_disable_swap_io(void);
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user