Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-goddard committed Jan 12, 2024
1 parent fabb9aa commit df0127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rfm/rfm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bool RFM::transmit() {
return true;
}
#ifdef VERBOSE
printf("RFM: Transmit failed, code %d\n", state);
printf("RFM: Transmit failed, code %d\n", state);
#endif
return false;
}

0 comments on commit df0127f

Please sign in to comment.