0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-12-22 16:12:05 +01:00
parent c73ab9a8ad
commit 1f9fe55540
3 changed files with 3 additions and 3 deletions

View File

@@ -836,7 +836,7 @@ inline void set_rds_ertplus_tags(RDSEncoder* enc, uint8_t *tags) {
enc->rtpData[enc->program][1].enabled = 1;
}
void set_rds_ptyn(RDSEncoder* enc, char *ptyn) {
void set_rds_ptyn(RDSEncoder* enc, const char *ptyn) {
uint8_t len = 0;
enc->state[enc->program].ptyn_update = 1;