Fix error in comment

pull/1501/head
Steven Cooreman 2016-01-08 17:49:22 +01:00
parent 7df5e479a2
commit 468ddc86bd
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void RTCC_IRQHandler(void)
if (flags & RTCC_IF_OF) {
RTCC_IntClear(RTCC_IF_OF);
/* RTC has overflowed (24 bits). Use time_extend as software counter for 32 more bits. */
/* RTC has overflowed (32 bits). Use time_extend as software counter for 32 more bits. */
time_extend += 1;
}