Project

General

Profile

Revision 76

fixed issue on packet/async

View differences:

mouse.c
29 29
        got_error_mouse_ih = OTHER_ERROR;
30 30
        return;
31 31
    }
32
    if (((status & AUX_MOUSE) == 0) || ((status & OUT_BUF_FUL) == 0)) {
33
        got_error_mouse_ih = OTHER_ERROR;
34
        return;
35
    }
32 36

  
33 37
    uint8_t byte = 0;
34 38

  

Also available in: Unified diff