feat(lp_wdt): update low power wdt for C61

This commit is contained in:
Marius Vikhammer
2024-09-23 11:03:11 +08:00
parent 0fb74b17ab
commit 7d5456615c
2 changed files with 0 additions and 4 deletions

View File

@@ -24,8 +24,6 @@ extern "C" {
#include "esp32c61/rom/ets_sys.h"
// TODO: [ESP32C61] IDF-9243, inherit from c6
/* The value that needs to be written to LP_WDT_WPROTECT_REG to write-enable the wdt registers */
#define LP_WDT_WKEY_VALUE 0x50D83AA1
/* The value that needs to be written to LP_WDT_SWD_WPROTECT_REG to write-enable the swd registers */

View File

@@ -12,8 +12,6 @@
extern "C" {
#endif
// TODO: [ESP32C61] IDF-9243, inherit from c6
#include "hal/lpwdt_ll.h"
typedef lp_wdt_dev_t rwdt_dev_t;