Commit 11dd83b0 authored by Pavlo Hamov's avatar Pavlo Hamov Committed by Anas Nashif
Browse files

samples: drivers: watchdog: remove accidential copy-paste



watchdog dts instance was already present for esp32 family

Signed-off-by: default avatarPavlo Hamov <p.hamov@venstar.com>
parent 42105ed8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@
#define WDT_NODE DT_INST(0, microchip_xec_watchdog)
#elif DT_HAS_COMPAT_STATUS_OKAY(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

#ifndef WDT_ALLOW_CALLBACK