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

fix unneeded line

This commit is contained in:
2025-03-16 19:46:10 +01:00
parent 5ee7d62d90
commit af320e6b38

View File

@@ -206,7 +206,6 @@ static void get_rds_ps_group(RDSEncoder* enc, uint16_t *blocks) {
enc->state[enc->program].dynamic_ps_position += PS_LENGTH;
break;
case 1:
memcpy(enc->state[enc->program].dps1_text[enc->state->dynamic_ps_position], enc->data[enc->program].ps, PS_LENGTH);
enc->state[enc->program].dynamic_ps_position += 1;
break;
// TODO: Mode 2 and 3