Removed debug

This commit is contained in:
jflyper 2017-01-11 04:45:05 +09:00 committed by Raphael Coeffic
parent 6515ae3490
commit eec475078c
1 changed files with 0 additions and 4 deletions

View File

@ -85,10 +85,6 @@ void trampSetBandChan(uint8_t band, uint8_t chan)
if (!trampSerialPort)
return;
debug[0] = band;
debug[1] = chan;
debug[2] = vtx58FreqTable[band - 1][chan - 1];
trampSetFreq(vtx58FreqTable[band - 1][chan - 1]);
}