diff options
Diffstat (limited to 'os/hal/include/hal_pal.h')
-rw-r--r-- | os/hal/include/hal_pal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/hal_pal.h b/os/hal/include/hal_pal.h index fc3f4453c..3df841453 100644 --- a/os/hal/include/hal_pal.h +++ b/os/hal/include/hal_pal.h @@ -110,7 +110,7 @@ /* Driver data structures and types. */
/*===========================================================================*/
-#include "pal_lld.h"
+#include "hal_pal_lld.h"
/**
* @brief I/O bus descriptor.
|