From 11dd83b02b3cd64833e8db407c31303d2fa43e2c Mon Sep 17 00:00:00 2001 From: Pavlo Hamov Date: Wed, 13 Oct 2021 18:00:52 +0300 Subject: [PATCH] samples: drivers: watchdog: remove accidential copy-paste watchdog dts instance was already present for esp32 family Signed-off-by: Pavlo Hamov --- samples/drivers/watchdog/src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/drivers/watchdog/src/main.c b/samples/drivers/watchdog/src/main.c index 4a56f85e66c..a7a8893a30e 100644 --- a/samples/drivers/watchdog/src/main.c +++ b/samples/drivers/watchdog/src/main.c @@ -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