mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Preparation for conversion to parameter groups 8
This commit is contained in:
parent
981c0455dc
commit
df630f1cf4
25 changed files with 108 additions and 110 deletions
|
@ -77,7 +77,7 @@ const adcTagMap_t adcTagMap[] = {
|
|||
// NAZE rev.5 hardware has PA5 (ADC1_IN5) on breakout pad on bottom of board
|
||||
//
|
||||
|
||||
void adcInit(adcConfig_t *config)
|
||||
void adcInit(const adcConfig_t *config)
|
||||
{
|
||||
|
||||
uint8_t configuredAdcChannels = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue