git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14808 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-09-20 07:50:51 +00:00
parent 568f75e357
commit 6c9a0315ec
1 changed files with 3 additions and 3 deletions

View File

@ -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();
/*