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

This commit is contained in:
gdisirio 2009-12-18 08:52:30 +00:00
parent a8863f265d
commit ebcb2909b2
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ void halInit(void) {
#if CH_HAL_USE_MAC
macInit();
#endif
#if CH_HAL_USE_PWM
pwmInit();
#endif
#if CH_HAL_USE_SERIAL
sdInit();
#endif