watchdog/iwdg_stm32: Fix missing include compilation error.
Change-Id: I0dae37eae451452e6071639b5258634c44c7ccbf Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
f201b2e79a
commit
a2017aafa1
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
|
||||
#include <watchdog.h>
|
||||
#include <soc.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "iwdg_stm32.h"
|
||||
|
||||
#define AS_IWDG(__base_addr) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue