Skip to content

Commit

Permalink
so it will build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
tmb5932 committed Oct 21, 2024
1 parent c08692b commit c9b4dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/adc/multi_adc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int main() {

io::ADC& adc0 = io::getADC<io::Pin::PB_0, io::ADCPeriph::ONE>();
uart.printf("ONE WORKING\r\n");
io::ADC& adc1 = io::getADC<io::Pin::PC_4, io::ADCPeriph::TWO>();
io::ADC& adc1 = io::getADC<io::Pin::PA_4, io::ADCPeriph::ONE>();
uart.printf("TWO WORKING\r\n");

while (1) {
Expand Down

0 comments on commit c9b4dbf

Please sign in to comment.