Skip to content

Commit

Permalink
moredebugginginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Jun 15, 2011
1 parent 59fb4d4 commit 8857b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ bool RF24Network::enqueue(void)
{
bool result = false;

IF_SERIAL_DEBUG(printf_P(PSTR("%lu: NET Enqueue "),millis()));
IF_SERIAL_DEBUG(printf_P(PSTR("%lu: NET Enqueue @%x "),millis(),next_frame-frame_queue));

// Copy the current frame into the frame queue
if ( next_frame <= frame_queue + sizeof(frame_queue) )
Expand Down

0 comments on commit 8857b6a

Please sign in to comment.