From 6c9a0315ec17fbe7b9e70bec14a56b78b6bd69e2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 20 Sep 2021 07:50:51 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14808 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- demos/STM32/RT-STM32MP157A-DK1/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/STM32/RT-STM32MP157A-DK1/main.c b/demos/STM32/RT-STM32MP157A-DK1/main.c index ba12be5ad..6037abe3b 100644 --- a/demos/STM32/RT-STM32MP157A-DK1/main.c +++ b/demos/STM32/RT-STM32MP157A-DK1/main.c @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2021 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ */ #include "ch.h" -//#include "hal.h" +#include "hal.h" //#include "rt_test_root.h" //#include "oslib_test_root.h" @@ -47,7 +47,7 @@ int main(void) { * - Kernel initialization, the main() function becomes a thread and the * RTOS is active. */ -// halInit(); + halInit(); chSysInit(); /*