Skip to content

Commit ba19592

Browse files
committed
FX/FX620 debug off
1 parent 98d8d7f commit ba19592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Multiprotocol/FX_nrf24l01.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void __attribute__((unused)) FX_send_packet()
8787
packet[packet_length-1]=val;
8888

8989
//Debug
90-
#if 1
90+
#if 0
9191
for(uint8_t i=0;i<packet_length;i++)
9292
debug("%02X ",packet[i]);
9393
debugln("");

0 commit comments

Comments
 (0)