summaryrefslogtreecommitdiff
path: root/firmware/export/rds.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/rds.h')
-rw-r--r--firmware/export/rds.h2
1 files changed, 2 insertions, 0 deletions
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 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21#include <stdint.h> 21#include <stdint.h>
22#include <stdbool.h> 22#include <stdbool.h>
23#include "time.h"
23 24
24void rds_init(void); 25void rds_init(void);
25 26
@@ -29,5 +30,6 @@ bool rds_process(uint16_t data[4]);
29uint16_t rds_get_pi(void); 30uint16_t rds_get_pi(void);
30char* rds_get_ps(void); 31char* rds_get_ps(void);
31char* rds_get_rt(void); 32char* rds_get_rt(void);
33time_t rds_get_ct(void);
32 34
33 35