diff --git a/main.cpp b/main.cpp index ec5fb49..30f271c 100644 --- a/main.cpp +++ b/main.cpp @@ -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();