diff options
Diffstat (limited to 'os/hal/templates/hal_lld.c')
-rw-r--r-- | os/hal/templates/hal_lld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/hal_lld.c b/os/hal/templates/hal_lld.c index 0d2d46dcc..103645b38 100644 --- a/os/hal/templates/hal_lld.c +++ b/os/hal/templates/hal_lld.c @@ -24,8 +24,8 @@ * @{
*/
-#include <ch.h>
-#include <hal.h>
+#include "ch.h"
+#include "hal.h"
/*===========================================================================*/
/* Low Level Driver exported variables. */
|