sys/auto_init/can: cleanup for STM32 CAN controller
Initialization code for module `can_stm32` is obsolete since the STM32 CAN controller driver isn't a module anymore.
This commit is contained in:
parent
1dc6bded04
commit
ba00269dc9
@ -63,9 +63,4 @@ void auto_init_candev(void)
|
||||
extern void auto_init_esp_can(void);
|
||||
auto_init_esp_can();
|
||||
#endif
|
||||
|
||||
#ifdef MODULE_CAN_STM32
|
||||
extern void auto_init_can_stm32(void);
|
||||
auto_init_can_stm32();
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user