From 43a940c8cb7201c8e925ac4ef28aff86cb02f42f Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Tue, 7 Feb 2012 19:50:33 +0100 Subject: rds: add basic RDS clock-time support Change-Id: I931182ccd20cf8899f3ce9b6b8d7c7c5f4ea006f --- firmware/export/rds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/rds.h') diff --git a/firmware/export/rds.h b/firmware/export/rds.h index 990f9b47f3..ff1608f5c4 100644 --- a/firmware/export/rds.h +++ b/firmware/export/rds.h @@ -20,6 +20,7 @@ ****************************************************************************/ #include #include +#include "time.h" void rds_init(void); @@ -29,5 +30,6 @@ bool rds_process(uint16_t data[4]); uint16_t rds_get_pi(void); char* rds_get_ps(void); char* rds_get_rt(void); +time_t rds_get_ct(void); -- cgit v1.2.3