aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/meta/driver_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/meta/driver_lld.c')
-rw-r--r--os/hal/templates/meta/driver_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/meta/driver_lld.c b/os/hal/templates/meta/driver_lld.c
index df91ed21b..0413ffa31 100644
--- a/os/hal/templates/meta/driver_lld.c
+++ b/os/hal/templates/meta/driver_lld.c
@@ -24,8 +24,8 @@
* @{
*/
-#include <ch.h>
-#include <xxx.h>
+#include "ch.h"
+#include "hal.h"
/*===========================================================================*/
/* Low Level Driver exported variables. */