0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-03-14 22:25:50 +01:00
parent 29adbccb45
commit b58fdb6a61

View File

@@ -45,7 +45,7 @@ static void handle_afch(unsigned char *arg, RDSModulator* enc) {
&af[20], &af[21], &af[22], &af[23], &af[24]); &af[20], &af[21], &af[22], &af[23], &af[24]);
af_iter = af; af_iter = af;
memset(&new_af, 0, sizeof(struct rds_af_t)); memset(&new_af, 0, sizeof(RDSAFs));
while (arg_count-- != 0) { while (arg_count-- != 0) {
uint8_t current_value = *af_iter; uint8_t current_value = *af_iter;