git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14808 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
568f75e357
commit
6c9a0315ec
|
@ -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();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue