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:
parent
083f3065b4
commit
ecbfc1172a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue