diff --git a/tests/example.c b/tests/example.c index 015bee0..de29de4 100644 --- a/tests/example.c +++ b/tests/example.c @@ -2,7 +2,7 @@ #include "tests_autogen.h" uint32_t test_example_period_ms = 10000; -bool test_example_enabled = true; +bool test_example_enabled = true; bool test_example_create(void) { // LOG(LL_INFO, ("Setting up"));