esp32: move disabling rom log to esp_rom

This commit is contained in:
Renz Bagaporo
2020-04-15 16:46:10 +08:00
parent dc22501b47
commit 14902da344
6 changed files with 31 additions and 10 deletions
+5
View File
@@ -46,6 +46,11 @@ void esp_rom_delay_us(uint32_t us);
*/
void esp_rom_install_channel_putc(int channel, void (*putc)(char c));
/**
* @brief Disable logging from the ROM code.
*/
void esp_rom_disable_logging(void);
#ifdef __cplusplus
}
#endif