Fix unused constant warning.

This commit is contained in:
Nikolaus Demmel 2019-04-24 03:55:57 +02:00
parent bc62be4922
commit ac80d2ea30
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ double alignButton();
void setup_points();
constexpr int UI_WIDTH = 200;
constexpr int NUM_FRAMES = 500;
//constexpr int NUM_FRAMES = 500;
basalt::Calibration<double> calib;