Commit ecbfc117 authored by Nick Ward's avatar Nick Ward Committed by Anas Nashif
Browse files

drivers: watchdog: fix missing stm32 LOG_LEVEL macro



Without this a user can't enable logging for the STM32 wdt driver.

Signed-off-by: default avatarNick Ward <nick.ward@setec.com.au>
parent 083f3065
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include "wdt_wwdg_stm32.h"

#define LOG_LEVEL CONFIG_WDT_LOG_LEVEL
#include <logging/log.h>
LOG_MODULE_REGISTER(wdt_wwdg_stm32);