ADD typo pre-commit
This commit is contained in:
parent
c92de22c09
commit
7b5bcfc35e
12
main.cpp
12
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user