This commit is contained in:
Wolfgang Hottgenroth 2019-11-04 12:03:41 +01:00
parent 73111ff35c
commit 3586ba961e

View File

@ -19,7 +19,7 @@ const int SPI_SPEED = 1000000;
config_t cfg;
const char EPSILON_KEY = "epsilon";
const char EPSILON_KEY[] = "epsilon";
const double DEFAULT_EPSILON = 0.01;
void isr() {