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
#include "mbed.h" // NOLINT
#include "mbed_trace.h"
//#include "static_scheduling/bike_system.hpp"
#include "mbed.h" // NOLINT
#include "mbed_trace.h" // NOLINT
// #include "static_scheduling/bike_system.hpp"
#include "multi_tasking/bike_system.hpp"
#if defined(MBED_CONF_MBED_TRACE_ENABLE)
@ -19,9 +19,9 @@ int main() {
mbed_trace_init();
#endif
// static_scheduling::BikeSystem bikeSystem;
// bikeSystem.start();
// bikeSystem.startWithEventQueue();
// static_scheduling::BikeSystem bikeSystem;
// bikeSystem.start();
// bikeSystem.startWithEventQueue();
multi_tasking::BikeSystem bikeSystem;
bikeSystem.start();