diff options
Diffstat (limited to 'os/hal/include/hal.h')
-rw-r--r-- | os/hal/include/hal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h index 9ececfe77..89ef9e08d 100644 --- a/os/hal/include/hal.h +++ b/os/hal/include/hal.h @@ -60,6 +60,7 @@ #include "spi.h"
#include "uart.h"
#include "usb.h"
+#include "wdg.h"
/*
* The ST driver is a special case, it is only included if the OSAL is
|