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

remove unused variable

This commit is contained in:
2025-03-16 16:18:19 +01:00
parent a3de4076e0
commit 8c83b43884

View File

@@ -79,7 +79,6 @@ static void handle_lic(char *arg, RDSModulator* mod) {
}
static void handle_rtp(char *arg, RDSModulator* mod) {
char tag_names[2][32];
uint8_t tags[6];
if (sscanf((char *)arg, "%hhu,%hhu,%hhu,%hhu,%hhu,%hhu", &tags[0], &tags[1], &tags[2], &tags[3], &tags[4], &tags[5]) == 6) {