Skip to content

Commit

Permalink
DTR silencing debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
marios-stam committed Aug 25, 2022
1 parent 01268ff commit 7bb56ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/src/p2pDTR/token_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ void dtrTaskHandler(void *param) {
} else {
txPk->targetId = next_target_id;
next_sender_id = next_target_id;
DEBUG_PRINT("Sending DATA to next peer..");
DEBUG_PRINT("with target id: %d\n", txPk->targetId);
DTR_DEBUG_PRINT("Sending DATA to next peer..");
DTR_DEBUG_PRINT("with target id: %d\n", txPk->targetId);
tx_state = TX_DATA_FRAME;
}
setupRadioTx(txPk, tx_state);
Expand Down

0 comments on commit 7bb56ce

Please sign in to comment.