mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-28 18:57:33 +00:00
Fixed typos in macro names
This commit is contained in:
@@ -124,7 +124,7 @@ namespace sta
|
|||||||
}
|
}
|
||||||
#endif // STA_TACOS_WATCHDOG_ENABLED
|
#endif // STA_TACOS_WATCHDOG_ENABLED
|
||||||
|
|
||||||
#ifdef STA_TACOS_CAN_BUS_ENABLE
|
#ifdef STA_TACOS_CAN_BUS_ENABLED
|
||||||
/**
|
/**
|
||||||
* @brief Function that is called before the Can Bus task is started. Override it to adjust
|
* @brief Function that is called before the Can Bus task is started. Override it to adjust
|
||||||
* the Can bus to your specifications.
|
* the Can bus to your specifications.
|
||||||
@@ -141,7 +141,7 @@ namespace sta
|
|||||||
|
|
||||||
CanBus::instance()->start();
|
CanBus::instance()->start();
|
||||||
}
|
}
|
||||||
#endif //STA_TACOS_CAN_BUS_ENABLE
|
#endif //STA_TACOS_CAN_BUS_ENABLED
|
||||||
} // namespace tacos
|
} // namespace tacos
|
||||||
|
|
||||||
|
|
||||||
@@ -162,9 +162,9 @@ namespace sta
|
|||||||
tacos::initWatchdog();
|
tacos::initWatchdog();
|
||||||
#endif // STA_TACOS_WATCHDOG_ENABLED
|
#endif // STA_TACOS_WATCHDOG_ENABLED
|
||||||
|
|
||||||
#ifdef STA_TACOS_CAN_BUS_ENABLE
|
#ifdef STA_TACOS_CAN_BUS_ENABLED
|
||||||
tacos::initCanBus();
|
tacos::initCanBus();
|
||||||
#endif // STA_TACOS_CAN_BUS_ENABLE
|
#endif // STA_TACOS_CAN_BUS_ENABLED
|
||||||
}
|
}
|
||||||
} // namespace rtos
|
} // namespace rtos
|
||||||
} // namespace sta
|
} // namespace sta
|
||||||
|
Reference in New Issue
Block a user