mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-12-16 22:38:02 +00:00
Controller init updated
This commit is contained in:
@@ -125,6 +125,11 @@ namespace sta
|
||||
Watchdog::instance()->start();
|
||||
}
|
||||
#endif // STA_TACOS_WATCHDOG_ENABLED
|
||||
STA_WEAK
|
||||
CanController * getCanController(){
|
||||
extern CAN_HandleTypeDef hcan1;
|
||||
return new STM32CanController(&hcan1);
|
||||
}
|
||||
} // namespace tacos
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user