Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jul 22, 2024
1 parent 1245ddc commit bd80855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/hw_layer/ports/stm32/stm32_adc_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static bool readBatch(adcsample_t* convertedSamples) {
bool readSlowAnalogInputs(adcsample_t* convertedSamples) {
bool result = true;

result &= readBatch(convertedSamples, 0);
result &= readBatch(convertedSamples);

#ifdef ADC_MUX_PIN
muxControl.setValue(1);
Expand Down

0 comments on commit bd80855

Please sign in to comment.