git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.2.x@2655 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
13d9f4bfcb
commit
bf3fbca702
|
@ -43,7 +43,6 @@
|
|||
#include "pal.h"
|
||||
#include "adc.h"
|
||||
#include "can.h"
|
||||
#include "i2c.h"
|
||||
#include "mac.h"
|
||||
#include "pwm.h"
|
||||
#include "serial.h"
|
||||
|
|
|
@ -73,9 +73,6 @@ void halInit(void) {
|
|||
#if HAL_USE_CAN || defined(__DOXYGEN__)
|
||||
canInit();
|
||||
#endif
|
||||
#if HAL_USE_I2C || defined(__DOXYGEN__)
|
||||
i2cInit();
|
||||
#endif
|
||||
#if HAL_USE_MAC || defined(__DOXYGEN__)
|
||||
macInit();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue