mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
esp32s2beta: convert some todos to warnings
This commit is contained in:
@@ -48,7 +48,7 @@ static void rtc_brownout_isr_handler()
|
||||
|
||||
void esp_brownout_init()
|
||||
{
|
||||
//TODO, chip7.2.2 will use i2c inteface to configure brown out threshold
|
||||
#warning "TODO: implement brownout threshold configuration for esp32s2beta"
|
||||
|
||||
ESP_ERROR_CHECK( rtc_isr_register(rtc_brownout_isr_handler, NULL, RTC_CNTL_BROWN_OUT_INT_ENA_M) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user