Skip to content

Commit

Permalink
change HolybroG4 Airspeed to GPIO_CAN1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentpoont2 committed Dec 16, 2024
1 parent 2f2c1c6 commit caf4d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ define HAL_DISABLE_LOOP_DELAY
PB12 CAN2_RX CAN2
PB13 CAN2_TX CAN2
PB2 GPIO_CAN2_SILENT OUTPUT PUSHPULL SPEED_LOW LOW
PB4 GPIO_CAN2_TERM OUTPUT PUSHPULL SPEED_LOW LOW
PB4 GPIO_CAN1_TERM OUTPUT PUSHPULL SPEED_LOW LOW

# make bl baudrate match debug baudrate for easier debugging
define BOOTLOADER_BAUDRATE 57600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ define HAL_DISABLE_LOOP_DELAY
PB12 CAN2_RX CAN2
PB13 CAN2_TX CAN2
PB2 GPIO_CAN2_SILENT OUTPUT PUSHPULL SPEED_LOW LOW
PB4 GPIO_CAN2_TERM OUTPUT PUSHPULL SPEED_LOW HIGH
PB4 GPIO_CAN1_TERM OUTPUT PUSHPULL SPEED_LOW HIGH

define HAL_NO_MONITOR_THREAD

Expand Down

0 comments on commit caf4d27

Please sign in to comment.