Skip to content

Commit

Permalink
trigger Linux CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 17, 2024
1 parent 2988264 commit 4198690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ncurses/RF24Gateway_ncurses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ void drawRF24Pad()
wprintw(rf24Pad, "TX Packets: %u\n", ok);
wprintw(rf24Pad, "TX Drops: %u\n", fail);
#endif
wprintw(rf24Pad, "RX Packets(user): %u\n", networkPacketsRX);
wprintw(rf24Pad, "RX Packets(user): %lu\n", networkPacketsRX);

if (padSelection == 1)
{
Expand Down

0 comments on commit 4198690

Please sign in to comment.