mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-12-16 22:38:02 +00:00
Can bus start without handle
This commit is contained in:
@@ -154,7 +154,7 @@ namespace sta
|
||||
{
|
||||
onCanBusInit();
|
||||
|
||||
CanBus::instance(getCanController())->start();
|
||||
CanBus::instance()->start();
|
||||
}
|
||||
#endif //STA_CAN_BUS_ENABLE
|
||||
} // namespace tacos
|
||||
|
||||
Reference in New Issue
Block a user