drivers: watchdog: fix missing stm32 LOG_LEVEL macro

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

Signed-off-by: Nick Ward <nick.ward@setec.com.au>
This commit is contained in:
Nick Ward 2021-09-10 21:26:46 +10:00 committed by Anas Nashif
commit ecbfc1172a

View file

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