WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 87a33ce

Browse files
committed
fix typo in RTC
1 parent 9f309a0 commit 87a33ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RTC/src/RTC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ void APM3_RTC::detachInterrupt()
213213
am_hal_rtc_int_disable(AM_HAL_RTC_INT_ALM);
214214
}
215215

216-
void Apollo3RTC::clearInterrupt() {
216+
void APM3_RTC::clearInterrupt() {
217217
// Clear the RTC alarm interrupt
218218
am_hal_rtc_int_clear(AM_HAL_RTC_INT_ALM);
219219
}

0 commit comments

Comments
 (0)