0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-14 18:38:51 +01:00
parent ce468204ff
commit ac5d5bebb8

View File

@@ -417,7 +417,7 @@ void init_rds_encoder(struct rds_params_t rds_params) {
set_rds_pi(rds_params.pi);
set_rds_ps(rds_params.ps);
rds_state.rt_ab = 1;
set_rds_shortrt(rds_params.shortrt)
set_rds_shortrt(rds_params.shortrt);
set_rds_rt1_enabled(rds_params.rt1_enabled);
set_rds_rt1(rds_params.rt1);
set_rds_pty(rds_params.pty);