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

This commit is contained in:
Giovanni Di Sirio 2020-06-15 09:50:32 +00:00
parent 1b0327afd4
commit 4baa25f4cc
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void chSysInit(void) {
const thread_descriptor_t *tdp;
/* Optional library modules.*/
_oslib_init();
__oslib_init();
/* Architecture layer initialization.*/
port_init();