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:
Pavlo Hamov 2021-10-13 18:00:52 +03:00 committed by Anas Nashif
commit 11dd83b02b

View file

@ -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