1
0
mirror of https://github.com/halleysfifthinc/Toyota-AVC-LAN synced 2025-06-06 15:36:47 +00:00

Fix Event being sent when cd_mode isnt stPlay

This commit is contained in:
Allen Hill 2023-10-09 19:41:51 -04:00
parent 84f426f39f
commit 9c0fcb0bcb

View File

@ -335,7 +335,7 @@ ISR(RTC_PIT_vect) {
cd_Time_Min = 0x0;
}
}
Event |= EV_STATUS;
}
Event |= EV_STATUS;
RTC.PITINTFLAGS |= RTC_PI_bm;
}