diff --git a/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/watchdog.c b/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/watchdog.c index e72f04db30..48ffc50ad1 100644 --- a/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/watchdog.c +++ b/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/watchdog.c @@ -84,7 +84,7 @@ void hal_watchdog_kick(void) watchdog_status_t hal_watchdog_stop(void) { - WDOG_Disable(WDOG); + WDOG_Deinit(WDOG); return WATCHDOG_STATUS_OK; }