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

View File

@ -3,7 +3,7 @@
#include "mgos_imu.h"
uint32_t test_imu_period_ms = 100; // 10Hz
bool test_imu_enabled = true;
bool test_imu_enabled = false;
static struct mgos_imu *s_imu = NULL;
#define BOARD 3