ps2 mouse inhibit bug seems to be fixed, still more to do

This commit is contained in:
dekunukem
2022-05-02 01:55:39 +01:00
parent 4a25344839
commit 13294252dd
14 changed files with 242 additions and 229 deletions

View File

@@ -330,10 +330,8 @@ void ps2mouse_update(void)
while(ps2mouse_get_bus_status() != PS2_BUS_IDLE)
;
HAL_GPIO_WritePin(ERR_LED_GPIO_Port, ERR_LED_Pin, GPIO_PIN_RESET);
while(1)
;
}
mouse_buf_pop(&my_mouse_buf);
mouse_buf_reset(&my_mouse_buf);
}
void ps2kb_update(void)