Fix style check error

This commit is contained in:
Guy Perfect 2024-12-26 12:28:10 -06:00
parent b83b49221d
commit 799ac9f51a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static void tmrEmulate(VB *sim, uint32_t clocks) {
/* Do not decrement counter */
if (
!sim->tmr.t_enb ||
!sim->tmr.t_clk_sel && sim->tmr.tick20 != 0
(!sim->tmr.t_clk_sel && sim->tmr.tick20 != 0)
) continue;
/* Advance to the next counter value */