git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7417 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
e4e30bd5be
commit
17e655604e
|
@ -118,9 +118,6 @@ void halInit(void) {
|
|||
#endif
|
||||
#if HAL_USE_RTC || defined(__DOXYGEN__)
|
||||
rtcInit();
|
||||
#endif
|
||||
#if HAL_USE_NAND || defined(__DOXYGEN__)
|
||||
nandInit();
|
||||
#endif
|
||||
/* Board specific initialization.*/
|
||||
boardInit();
|
||||
|
|
Loading…
Reference in New Issue