Update hello_sleep.c

Comment should generally match the action.
pull/5/head
Peter N Lewis 2021-01-21 16:35:43 +08:00 zatwierdzone przez Graham Sanderson
rodzic 923fda3b0b
commit 6288b02e9a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ static void rtc_sleep(void) {
.sec = 00 .sec = 00
}; };
// Alarm 30 seconds later // Alarm 10 seconds later
datetime_t t_alarm = { datetime_t t_alarm = {
.year = 2020, .year = 2020,
.month = 06, .month = 06,
@ -74,4 +74,4 @@ int main() {
} }
return 0; return 0;
} }