Use test_*_enabled

This commit is contained in:
Pim van Pelt
2019-01-06 16:09:27 +01:00
parent 60bf5b82a5
commit 0633980341
3 changed files with 6 additions and 5 deletions

View File

@ -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"));