Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 23, 2024
1 parent a1628df commit 1451bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp32/dummy3.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ int8_t analogChannelToDigitalPin(uint8_t channel) {
return adc_channel_io_map[adc_unit][adc_chan];
}
#else
// No Analog channels availible
// No Analog channels available
int8_t analogChannelToDigitalPin(uint8_t channel) {
return -1;
}
Expand Down

0 comments on commit 1451bf0

Please sign in to comment.