Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87a33ce

Browse files
committedJun 10, 2021
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

+1-1
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)
Please sign in to comment.