Skip to content

Commit

Permalink
fix typo in RTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenn0101 committed Jun 10, 2021
1 parent 9f309a0 commit 87a33ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/RTC/src/RTC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void APM3_RTC::detachInterrupt()
am_hal_rtc_int_disable(AM_HAL_RTC_INT_ALM);
}

void Apollo3RTC::clearInterrupt() {
void APM3_RTC::clearInterrupt() {
// Clear the RTC alarm interrupt
am_hal_rtc_int_clear(AM_HAL_RTC_INT_ALM);
}
Expand Down

0 comments on commit 87a33ce

Please sign in to comment.