Project

General

Profile

Revision 105

set pixel function

View differences:

errors.h
13 13
    INVALID_COMMAND,    /* @brief Invalid Command issued */
14 14
    INVALID_STATE,      /* @brief State machine reached an invalid state */
15 15
    BIOS_CALL_ERROR,    /* @brief Error upon BIOS call */
16
    OUT_OF_RANGE,
16 17
    OTHER_ERROR         /* @brief Unspecified error */
17 18
};
18 19

  

Also available in: Unified diff