RS41ng/src/config.c

7 wiersze
151 B
C
Czysty Zwykły widok Historia

2020-08-26 19:57:35 +00:00
#include "config.h"
bool bmp280_enabled = SENSOR_BMP280_ENABLE;
bool si5351_enabled = RADIO_SI5351_ENABLE;
volatile bool system_initialized = false;