Skip to content

Commit

Permalink
Fixed a typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Nov 17, 2023
1 parent a8252f9 commit b389ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/pl18/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
#define ADC_CHANNEL_SWF LL_ADC_CHANNEL_8 // ADC12_IN8 -> ADC1_IN8
#define ADC_CHANNEL_SWG LL_ADC_CHANNEL_9 // ADC12_IN9 -> ADC1_IN9
#define ADC_CHANNEL_SWH LL_ADC_CHANNEL_8 // ADC3_IN8 -> ADC3_IN8
#define ADC_CHANNEL_SWI LL_ADC_CHANNEL_3 // ADC123_IN2 -> ADC1_IN3
#define ADC_CHANNEL_SWI LL_ADC_CHANNEL_3 // ADC123_IN3 -> ADC1_IN3
#define ADC_CHANNEL_SWJ LL_ADC_CHANNEL_5 // ADC12_IN5 -> ADC1_IN5

#define ADC_CHANNEL_BATT LL_ADC_CHANNEL_15 // ADC12_IN15 -> ADC1_IN15
Expand Down

0 comments on commit b389ec9

Please sign in to comment.