From 43830d0128ed9483db769f0d29f3d6071e620144 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 30 Mar 2022 08:53:40 -0400 Subject: alarm_menu share setter with settime share the time picker with the alarm block the date portion, seconds are ignored Change-Id: Idc6974466772c33248ff532c8f3c62c744ee06d9 --- apps/screens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screens.h') diff --git a/apps/screens.h b/apps/screens.h index 92b00062cb..b505dcb79b 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -36,7 +36,7 @@ int mmc_remove_request(void); #endif #if CONFIG_RTC -bool set_time_screen(const char* title, struct tm *tm); +bool set_time_screen(const char* title, struct tm *tm, bool set_date); #endif bool shutdown_screen(void); -- cgit v1.2.3