Fixup some whitespaces and alignments/formatting in the code

This commit is contained in:
Jonas Scharpf 2025-01-03 13:22:35 +01:00
parent aeaedc9dff
commit ba99d94215
2 changed files with 90 additions and 91 deletions

View File

@ -1161,7 +1161,6 @@ out:
// listenModeStart() - switch radio to Listen Mode in prep for sleep until burst
//=============================================================================
void RFM69::listenModeStart(void) {
//pRadio = this;
while (readReg(REG_IRQFLAGS2) & RF_IRQFLAGS2_PACKETSENT == 0x00); // wait for ModeReady
listenModeReset();