mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
ci: support to build esp32s2beta simple examples
This commit is contained in:

committed by
Angus Gratton

parent
4ce00a4829
commit
25ab8380c8
@@ -48,7 +48,7 @@ static void rtc_brownout_isr_handler()
|
||||
|
||||
void esp_brownout_init()
|
||||
{
|
||||
#warning "TODO: implement brownout threshold configuration for esp32s2beta"
|
||||
// TODO: implement brownout threshold configuration for esp32s2beta - IDF-751
|
||||
|
||||
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