From 19dbbec7d73939c8f3ad8a1a18fe256c71e01915 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sun, 26 Nov 2017 17:20:38 -0800 Subject: [PATCH] minor change --- Firmware/MotorControl/commands.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Firmware/MotorControl/commands.h b/Firmware/MotorControl/commands.h index f78b6b01..0d9d7c87 100644 --- a/Firmware/MotorControl/commands.h +++ b/Firmware/MotorControl/commands.h @@ -10,17 +10,17 @@ #include #include "crc.hpp" -// Select which protocol to run on UART (see README for more details) -// #define UART_PROTOCOL_NATIVE -// #define UART_PROTOCOL_LEGACY -#define UART_PROTOCOL_NONE - // Select which protocol to run on USB (see README for more details) #define USB_PROTOCOL_NATIVE // #define USB_PROTOCOL_NATIVE_STREAM_BASED // #define USB_PROTOCOL_LEGACY // #define USB_PROTOCOL_NONE +// Select which protocol to run on UART (see README for more details) +// #define UART_PROTOCOL_NATIVE +// #define UART_PROTOCOL_LEGACY +#define UART_PROTOCOL_NONE + // Use GPIO 1/2 for step/dir input instead of UART // #define USE_GPIO_MODE_STEP_DIR