git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7417 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-10-18 19:37:10 +00:00
parent e4e30bd5be
commit 17e655604e
1 changed files with 0 additions and 3 deletions

View File

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