1
0
Fork 0
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:
Dominic Clifton 2014-06-23 22:05:26 +01:00
parent 91bfdf05ca
commit e30a373c92
2 changed files with 13 additions and 11 deletions

View file

@ -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];
}