Project

General

Profile

Revision 90

docs and error changes

View differences:

keyboard.c
29 29
        return;
30 30
    }
31 31
    if ((status & OUT_BUF_FUL) == 0 || (status & AUX_MOUSE) != 0) {
32
        got_error_keyboard = OTHER_ERROR;
32
        got_error_keyboard = READ_ERROR;
33 33
        return;
34 34
    }
35 35
    uint8_t byte = 0;

Also available in: Unified diff