mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 20:38:14 +00:00
FX/FX620 debug off
This commit is contained in:
parent
98d8d7fb5f
commit
ba19592973
@ -87,7 +87,7 @@ static void __attribute__((unused)) FX_send_packet()
|
|||||||
packet[packet_length-1]=val;
|
packet[packet_length-1]=val;
|
||||||
|
|
||||||
//Debug
|
//Debug
|
||||||
#if 1
|
#if 0
|
||||||
for(uint8_t i=0;i<packet_length;i++)
|
for(uint8_t i=0;i<packet_length;i++)
|
||||||
debug("%02X ",packet[i]);
|
debug("%02X ",packet[i]);
|
||||||
debugln("");
|
debugln("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user