Use test_*_enabled
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include "tests_autogen.h"
|
||||
|
||||
uint32_t test_example_period_ms = 10000;
|
||||
bool test_example_enabled = true;
|
||||
bool test_example_enabled = false;
|
||||
|
||||
bool test_example_create(void) {
|
||||
// LOG(LL_INFO, ("Setting up"));
|
||||
|
Reference in New Issue
Block a user