summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/rtc.c')
-rw-r--r--firmware/target/hosted/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/rtc.c b/firmware/target/hosted/rtc.c
index 179e7ea909..8c430f3774 100644
--- a/firmware/target/hosted/rtc.c
+++ b/firmware/target/hosted/rtc.c
@@ -36,5 +36,5 @@ int rtc_read_datetime(struct tm *tm)
36int rtc_write_datetime(const struct tm *tm) 36int rtc_write_datetime(const struct tm *tm)
37{ 37{
38 (void)tm; 38 (void)tm;
39 return 0; 39 return -1;
40} 40}