ADD typo pre-commit

This commit is contained in:
fastium 2024-11-26 16:43:08 +01:00
parent c92de22c09
commit 7b5bcfc35e

View File

@ -5,9 +5,9 @@
#if !MBED_TEST_MODE #if !MBED_TEST_MODE
#include "mbed.h" // NOLINT #include "mbed.h" // NOLINT
#include "mbed_trace.h" #include "mbed_trace.h" // NOLINT
//#include "static_scheduling/bike_system.hpp" // #include "static_scheduling/bike_system.hpp"
#include "multi_tasking/bike_system.hpp" #include "multi_tasking/bike_system.hpp"
#if defined(MBED_CONF_MBED_TRACE_ENABLE) #if defined(MBED_CONF_MBED_TRACE_ENABLE)
@ -19,9 +19,9 @@ int main() {
mbed_trace_init(); mbed_trace_init();
#endif #endif
// static_scheduling::BikeSystem bikeSystem; // static_scheduling::BikeSystem bikeSystem;
// bikeSystem.start(); // bikeSystem.start();
// bikeSystem.startWithEventQueue(); // bikeSystem.startWithEventQueue();
multi_tasking::BikeSystem bikeSystem; multi_tasking::BikeSystem bikeSystem;
bikeSystem.start(); bikeSystem.start();