mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 07:14:22 +08:00
minor change
This commit is contained in:
@@ -10,17 +10,17 @@
|
||||
#include <limits>
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user