HAL_ChibiOS: removed CAN_APP_VERSION_MAJOR from hwdef.dat

This commit is contained in:
Andrew Tridgell 2019-10-25 12:06:11 +11:00
parent 1352557ebb
commit 6f9fda5094
4 changed files with 0 additions and 10 deletions

View File

@ -94,8 +94,6 @@ PB5 GPIO_CAN1_SILENT OUTPUT PUSHPULL SPEED_LOW LOW
define HAL_USE_CAN TRUE
define STM32_CAN_USE_CAN1 TRUE
define CAN_APP_VERSION_MAJOR 1
define CAN_APP_VERSION_MINOR 0
define CAN_APP_NODE_NAME "org.ardupilot.cuav_gps"
# start with a fixed node ID so the board is usable without DNA

View File

@ -132,8 +132,6 @@ define STM32_CAN_USE_CAN1 TRUE
# start with a fixed node ID so the board is usable without DNA
define HAL_CAN_DEFAULT_NODE_ID 116
define CAN_APP_VERSION_MAJOR 1
define CAN_APP_VERSION_MINOR 0
define CAN_APP_NODE_NAME "org.ardupilot.cuav_gps"
define CH_DBG_ENABLE_STACK_CHECK TRUE

View File

@ -81,9 +81,6 @@ PA12 CAN_TX CAN
define HAL_USE_CAN TRUE
define STM32_CAN_USE_CAN1 TRUE
define CAN_APP_VERSION_MAJOR 1
define CAN_APP_VERSION_MINOR 0
# make bl baudrate match debug baudrate for easier debugging
define BOOTLOADER_BAUDRATE 57600

View File

@ -99,9 +99,6 @@ PA12 CAN_TX CAN
define HAL_USE_CAN TRUE
define STM32_CAN_USE_CAN1 TRUE
define CAN_APP_VERSION_MAJOR 1
define CAN_APP_VERSION_MINOR 0
define HAL_USE_I2C TRUE
define STM32_I2C_USE_I2C1 TRUE