Skip to content

Commit

Permalink
HAL_ChibiOS: fixed GPIO lines for QioTekZealotF427
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 3, 2021
1 parent a76323a commit 8462ce4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/AP_HAL_ChibiOS/hwdef/QioTekZealotF427/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ PD14 TIM4_CH3 TIM4 PWM(12) GPIO(61)
PC9 TIM3_CH4 TIM3 PWM(13) GPIO(62) NODMA
PC8 TIM3_CH3 TIM3 PWM(14) GPIO(63) NODMA

PC14 EXTERN_GPIO1 GPIO(1)
PC13 EXTERN_GPIO2 GPIO(2)
PE4 EXTERN_GPIO3 GPIO(3)
PE6 EXTERN_GPIO4 GPIO(4)
PC14 EXTERN_GPIO1 OUTPUT GPIO(1)
PC13 EXTERN_GPIO2 OUTPUT GPIO(2)
PE4 EXTERN_GPIO3 OUTPUT GPIO(3)
PE6 EXTERN_GPIO4 OUTPUT GPIO(4)
define RELAY1_PIN_DEFAULT 1
define RELAY2_PIN_DEFAULT 2
define RELAY3_PIN_DEFAULT 3
Expand Down

0 comments on commit 8462ce4

Please sign in to comment.