Skip to content

Commit db57703

Browse files
committed
Update enum name
See stm32duino/STM32RTC#12 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 664ee32 commit db57703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STM32LowPower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void STM32LowPower::programRtcWakeUp(uint32_t millis, LP_Mode lp_mode)
177177
int epoc;
178178
uint32_t sec;
179179
STM32RTC& rtc = STM32RTC::getInstance();
180-
STM32RTC::RTC_Source_Clock clkSrc = rtc.getClockSource();
180+
STM32RTC::Source_Clock clkSrc = rtc.getClockSource();
181181

182182
switch(lp_mode) {
183183
case IDLE_MODE:

0 commit comments

Comments
 (0)