Skip to content

Commit 63b24be

Browse files
committed
Move SAMD implementation to proper file
1 parent 603428c commit 63b24be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ArduinoLowPower.cpp renamed to src/ArduinoLowPowerSAMD.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ void ArduinoLowPowerClass::attachInterruptWakeup(uint32_t pin, voidFuncPtr callb
8989
NVMCTRL->CTRLB.bit.SLEEPPRM = NVMCTRL_CTRLB_SLEEPPRM_DISABLED_Val;
9090
}
9191

92-
#endif
93-
9492
ArduinoLowPowerClass LowPower;
93+
94+
#endif

0 commit comments

Comments
 (0)