Skip to content

Commit 08e56a1

Browse files
Update RF24Network.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c34be8c commit 08e56a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RF24Network.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,8 +1315,8 @@ bool ESBNetwork<radio_t>::sleepNode(unsigned int cycles, int interruptPin, uint8
13151315

13161316
while (sleep_cycles_remaining) {
13171317
sleep_mode(); // System sleeps here
1318-
} // The WDT_vect interrupt wakes the MCU from here
1319-
sleep_disable(); // System continues execution here when watchdog timed out
1318+
} // The WDT_vect interrupt wakes the MCU from here
1319+
sleep_disable(); // System continues execution here when watchdog timed out
13201320
detachInterrupt(interruptPin);
13211321

13221322
#if defined(__AVR_ATtiny25__) || defined(__AVR_ATtiny45__) || defined(__AVR_ATtiny85__)

0 commit comments

Comments
 (0)