git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1427 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a8863f265d
commit
ebcb2909b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue