wrong thing

This commit is contained in:
2025-12-24 13:49:22 +01:00
parent e4d158a52a
commit cb451114f7
+1 -1
View File
@@ -359,7 +359,7 @@ void reset_rds_state(RDSEncoder* enc, uint8_t program) {
time(&now);
utc = gmtime(&now);
tempCoder.state[program].last_minute = utc->tm_min;
tempCoder.state[program].last_second = utc->tm_min;
tempCoder.state[program].last_second = utc->tm_sec;
for(int i = 0; i < EONs; i++) tempCoder.data[program].eon[i].ta = 0;