diff options
Diffstat (limited to 'os/hal/include/hal_wdg.h')
-rw-r--r-- | os/hal/include/hal_wdg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/hal_wdg.h b/os/hal/include/hal_wdg.h index 5e06716ef..b2c86c146 100644 --- a/os/hal/include/hal_wdg.h +++ b/os/hal/include/hal_wdg.h @@ -52,7 +52,7 @@ typedef enum { WDG_READY = 2 /**< Ready. */
} wdgstate_t;
-#include "wdg_lld.h"
+#include "hal_wdg_lld.h"
/*===========================================================================*/
/* Driver macros. */
|