samples: drivers: watchdog: remove accidential copy-paste
watchdog dts instance was already present for esp32 family Signed-off-by: Pavlo Hamov <p.hamov@venstar.com>
This commit is contained in:
parent
42105ed882
commit
11dd83b02b
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@
|
||||||
#define WDT_NODE DT_INST(0, microchip_xec_watchdog)
|
#define WDT_NODE DT_INST(0, microchip_xec_watchdog)
|
||||||
#elif DT_HAS_COMPAT_STATUS_OKAY(ti_cc32xx_watchdog)
|
#elif DT_HAS_COMPAT_STATUS_OKAY(ti_cc32xx_watchdog)
|
||||||
#define WDT_NODE DT_INST(0, ti_cc32xx_watchdog)
|
#define WDT_NODE DT_INST(0, ti_cc32xx_watchdog)
|
||||||
#elif DT_HAS_COMPAT_STATUS_OKAY(espressif_esp32_watchdog)
|
|
||||||
#define WDT_NODE DT_INST(0, espressif_esp32_watchdog)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WDT_ALLOW_CALLBACK
|
#ifndef WDT_ALLOW_CALLBACK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue