Skip to content

Commit

Permalink
Follow the definitions of old NV14 code.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Oct 26, 2023
1 parent b0e282a commit f880d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/src/targets/nv14/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@

#define ADC_GPIO_PIN_STICK_LH LL_GPIO_PIN_2 // PA.02
#define ADC_GPIO_PIN_STICK_LV LL_GPIO_PIN_3 // PA.03
#define ADC_GPIO_PIN_STICK_RV LL_GPIO_PIN_4 // PA.04
#define ADC_GPIO_PIN_STICK_RH LL_GPIO_PIN_5 // PA.05
#define ADC_GPIO_PIN_STICK_RH LL_GPIO_PIN_4 // PA.04
#define ADC_GPIO_PIN_STICK_RV LL_GPIO_PIN_5 // PA.05

#define ADC_GPIO_PIN_POT1 LL_GPIO_PIN_6 // PA.06 VRA
#define ADC_GPIO_PIN_POT2 LL_GPIO_PIN_4 // PC.04 VRB
Expand Down

0 comments on commit f880d54

Please sign in to comment.