Skip to content

Commit 69cc615

Browse files
committed
Update RTC.h
1 parent 3d80369 commit 69cc615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RTC/src/RTC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class APM3_RTC
1616
void setEpoch(uint32_t ts); //Set current time to provided UNIX Epoch time
1717

1818
void getAlarm(); //Query the RTC for the current alarm time/date
19-
void setAlarm(uint8_t hund, uint8_t min, uint8_t sec, uint8_t hour, uint8_t dayOfMonth, uint8_t month); //Set alarm time to provided hundredths/seconds/etc
19+
void setAlarm(uint8_t hund, uint8_t sec, uint8_t min, uint8_t hour, uint8_t dayOfMonth, uint8_t month); //Set alarm time to provided hundredths/seconds/etc
2020
void setAlarmMode(uint8_t mode); //Set the RTC alarm repeat interval
2121
void attachInterrupt(); //Attach the RTC alarm interrupt
2222
void detachInterrupt(); //Detach the RTC alarm interrupt

0 commit comments

Comments
 (0)