diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/rds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/rds.h b/firmware/export/rds.h index 990f9b4..ff1608f 100644 --- a/firmware/export/rds.h +++ b/firmware/export/rds.h @@ -20,6 +20,7 @@ ****************************************************************************/ #include <stdint.h> #include <stdbool.h> +#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); |