From e1e9c68130e767d8b08f5460280b2f8c42f1aece Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Fri, 28 Apr 2017 23:24:51 -0700 Subject: [PATCH] enable standalone mode --- MotorControl/low_level.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MotorControl/low_level.c b/MotorControl/low_level.c index 6604aa13..b64c81c6 100755 --- a/MotorControl/low_level.c +++ b/MotorControl/low_level.c @@ -20,7 +20,7 @@ /* Private defines -----------------------------------------------------------*/ -// #define STANDALONE_MODE // Drive operates without USB communication +#define STANDALONE_MODE // Drive operates without USB communication // #define DEBUG_PRINT #ifndef M_PI