mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Disable ADC debug output
This commit is contained in:
parent
f61232de13
commit
4c9f9093b8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ extern int16_t debug[4];
|
|||
|
||||
uint16_t adcGetChannel(uint8_t channel)
|
||||
{
|
||||
#if 1
|
||||
#if 0
|
||||
if (adcConfig[0].enabled) {
|
||||
debug[0] = adcValues[adcConfig[0].dmaIndex];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue