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

wrong thing

This commit is contained in:
2025-12-24 13:49:22 +01:00
parent e4d158a52a
commit cb451114f7

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;