uppercse the exclusion define for motorcontrolsetup
authorJim Morris <morris@wolfman.com>
Fri, 20 Nov 2015 03:49:49 +0000 (19:49 -0800)
committerJim Morris <morris@wolfman.com>
Fri, 20 Nov 2015 03:49:49 +0000 (19:49 -0800)
src/main.cpp

index ce056a4..9a2f2a3 100644 (file)
@@ -187,7 +187,7 @@ void init() {
     #ifndef NO_TOOLS_FILAMENTDETECTOR
     kernel->add_module( new FilamentDetector() );
     #endif
-    #ifndef NO_UTILS_MotorDriverControl
+    #ifndef NO_UTILS_MOTORDRIVERCONTROL
     kernel->add_module( new MotorDriverControl(0) );
     #endif
     // Create and initialize USB stuff