From 1767b21d3cdfd1e2988a1226d42ff40f6a79122e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 2 Apr 2016 17:42:00 -0600 Subject: [PATCH] Update submodules --- arch | 2 +- configs | 2 +- include/nuttx/timers/rtc.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch b/arch index fcd1c6ab80..4a18471087 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit fcd1c6ab800ebf8ac14e00cea9ab62c23c3df457 +Subproject commit 4a18471087626499f2f57a07238a32cfe803e6d0 diff --git a/configs b/configs index f76edf9dcd..a4597beafe 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit f76edf9dcd8643836ba9ab38cdf3e95b7087b85f +Subproject commit a4597beafeaf73350c4ef1a0671f54e5fd8e7981 diff --git a/include/nuttx/timers/rtc.h b/include/nuttx/timers/rtc.h index bd7fa8c836..aef008762c 100644 --- a/include/nuttx/timers/rtc.h +++ b/include/nuttx/timers/rtc.h @@ -180,7 +180,7 @@ * structure be cast compatible with struct tm! They must be interchangeable. */ -struct rtc_time +struct rtc_time { int tm_sec; /* Seconds (0-61, allows for leap seconds) */ int tm_min; /* Minutes (0-59) */