We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb74b1 commit 7d54566Copy full SHA for 7d54566
components/hal/esp32c61/include/hal/lpwdt_ll.h
@@ -24,8 +24,6 @@ extern "C" {
24
25
#include "esp32c61/rom/ets_sys.h"
26
27
-// TODO: [ESP32C61] IDF-9243, inherit from c6
28
-
29
/* The value that needs to be written to LP_WDT_WPROTECT_REG to write-enable the wdt registers */
30
#define LP_WDT_WKEY_VALUE 0x50D83AA1
31
/* The value that needs to be written to LP_WDT_SWD_WPROTECT_REG to write-enable the swd registers */
components/hal/esp32c61/include/hal/rwdt_ll.h
@@ -12,8 +12,6 @@
12
extern "C" {
13
#endif
14
15
16
17
#include "hal/lpwdt_ll.h"
18
19
typedef lp_wdt_dev_t rwdt_dev_t;
0 commit comments