Skip to content

Commit

Permalink
boards: ark fpv fix current adc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj authored and dagar committed Nov 10, 2024
1 parent 0caf77a commit b35ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/ark/fpv/src/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

/* Define Channel numbers must match above GPIO pin IN(n)*/
#define ADC_BATTERY_VOLTAGE_CHANNEL /* PB0 */ ADC1_CH(9)
#define ADC_BATTERY_CURRENT_CHANNEL /* PC2 */ ADC3_CH(0)
#define ADC_BATTERY_CURRENT_CHANNEL /* PC2 */ ADC3_CH(12)
#define ADC_SCALED_12V_CHANNEL /* PA4 */ ADC1_CH(18)
#define ADC_SCALED_VDD_3V3_SENSORS_CHANNEL /* PA0 */ ADC1_CH(16)
#define ADC_SCALED_V5_CHANNEL /* PB1 */ ADC1_CH(5)
Expand Down

0 comments on commit b35ec38

Please sign in to comment.