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

master
gdisirio 2008-10-04 10:52:26 +00:00
parent d6e01770ac
commit a3bb2266cf
1 changed files with 5 additions and 0 deletions

View File

@ -165,4 +165,9 @@ void hwinit1(void) {
* EMAC driver initialization.
*/
InitEMAC(AT91C_AIC_PRIOR_HIGHEST - 3);
/*
* ChibiOS/RT initialization.
*/
chSysInit();
}