mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Disable ADC debug output and enable AltHold debugging output.
This commit is contained in:
parent
91bfdf05ca
commit
e30a373c92
2 changed files with 13 additions and 11 deletions
|
@ -32,7 +32,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