0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

don't use malloc in the rds modulator

This commit is contained in:
2025-03-12 15:39:09 +01:00
parent c65a69a328
commit eeace56821
7 changed files with 31 additions and 58 deletions

View File

@@ -547,10 +547,6 @@ void init_rds_encoder(struct rds_params_t rds_params) {
init_rds_objects();
}
void exit_rds_encoder() {
exit_rds_objects();
}
void set_rds_pi(uint16_t pi_code) {
rds_data.pi = pi_code;
}