test(bootloader_support): enable analog super wdt reset for the ESP32-C61

This commit is contained in:
Omar Chebib
2024-09-23 17:38:05 +08:00
parent 3b36050e5e
commit 908e1e670a
2 changed files with 1 additions and 5 deletions

View File

@@ -11,9 +11,9 @@
#include "hal/regi2c_ctrl.h"
#include "soc/regi2c_saradc.h"
//Not supported but common bootloader calls the function. Do nothing
void bootloader_ana_clock_glitch_reset_config(bool enable)
{
// TODO: IDF-9274
(void)enable;
}