Small mods

This commit is contained in:
Pascal Langer
2017-12-11 18:49:50 +01:00
parent 1d9c052c01
commit f46b8366b0
5 changed files with 45 additions and 70 deletions

View File

@@ -216,7 +216,7 @@ static void __attribute__((unused)) frskyX_data_frame()
idxs++;
}
packet[22]= idxs;
#ifdef SERIAL_DEBUG
#ifdef DEBUG_SERIAL
for(uint8_t i=0;i<idxs;i++)
{
Serial.print(packet[23+i],HEX);