nortd / driveboardapp

Next generation Lasersaur control app.
http://www.lasersaur.com
15 stars 19 forks source link

Fix #define to correct ENABLE_3AXES build error #15

Closed mtrudel closed 7 years ago

mtrudel commented 7 years ago

Caused a minor compilation error since ENABLE_3AXES is used within a C expression, and not just by the preprocessor (this error doesn't come up in the unset case because the line is inside an #ifdef ENABLE_3AXES block).

stefanix commented 7 years ago

good catch. Fixed it by removing C expressions