mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 22:14:34 +08:00
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
# Copy this file to tup.config and adapt it to your needs
|
|
# make sure this fits your board
|
|
#CONFIG_BOARD_VERSION=v3.5-24V
|
|
CONFIG_USB_PROTOCOL=native
|
|
CONFIG_UART_PROTOCOL=ascii
|
|
CONFIG_DEBUG=false
|
|
CONFIG_DOCTEST=false
|
|
|
|
# Uncomment this to error on compilation warnings
|
|
#CONFIG_STRICT=true
|