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

@ -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