From 6288b02e9a35e9e4e9bf47844c6f4f34ae8906c6 Mon Sep 17 00:00:00 2001 From: Peter N Lewis Date: Thu, 21 Jan 2021 16:35:43 +0800 Subject: [PATCH] Update hello_sleep.c Comment should generally match the action. --- sleep/hello_sleep/hello_sleep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sleep/hello_sleep/hello_sleep.c b/sleep/hello_sleep/hello_sleep.c index d7412e9..7a8a48e 100644 --- a/sleep/hello_sleep/hello_sleep.c +++ b/sleep/hello_sleep/hello_sleep.c @@ -29,7 +29,7 @@ static void rtc_sleep(void) { .sec = 00 }; - // Alarm 30 seconds later + // Alarm 10 seconds later datetime_t t_alarm = { .year = 2020, .month = 06, @@ -74,4 +74,4 @@ int main() { } return 0; -} \ No newline at end of file +}