Use test_*_enabled
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user