Fix unused constant warning.
This commit is contained in:
parent
bc62be4922
commit
ac80d2ea30
|
@ -120,7 +120,7 @@ double alignButton();
|
||||||
void setup_points();
|
void setup_points();
|
||||||
|
|
||||||
constexpr int UI_WIDTH = 200;
|
constexpr int UI_WIDTH = 200;
|
||||||
constexpr int NUM_FRAMES = 500;
|
//constexpr int NUM_FRAMES = 500;
|
||||||
|
|
||||||
basalt::Calibration<double> calib;
|
basalt::Calibration<double> calib;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue