workshop nik: small fix
This commit is contained in:
parent
c974cfc072
commit
d9761c9d64
|
@ -215,7 +215,6 @@ static void tick_lilakit(void)
|
|||
|
||||
if (lk_ticks % 10 == 0) {
|
||||
lkReadI2C();
|
||||
}
|
||||
|
||||
if ((lk_in0 & 0x02) == 0 && lk_button_mode == 0) {
|
||||
melody_index = 0;
|
||||
|
@ -237,6 +236,7 @@ static void tick_lilakit(void)
|
|||
lk_ls1 |= LK_I2C_LS_PWM1 << 6;
|
||||
lkUpdateI2C();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue