Fix style check error
This commit is contained in:
parent
b83b49221d
commit
799ac9f51a
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue