From a887c917750d665f2f281688fc79da62efd80178 Mon Sep 17 00:00:00 2001 From: fastium Date: Tue, 17 Dec 2024 17:00:22 +0100 Subject: [PATCH] ADD test pre-commit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index f8b2f75..5a6cf76 100644 --- a/main.cpp +++ b/main.cpp @@ -25,6 +25,7 @@ int main() { static_scheduling_with_event::BikeSystem bikeSystem; bikeSystem.start(); + // hello } #endif // MBED_TEST_MODE