Project

General

Profile

Revision 110

something

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
    OUT_OF_RANGE,       /* @brief Accessing area out of range of memory */
17 17
    OTHER_ERROR         /* @brief Unspecified error */
18 18
};
19 19

  

Also available in: Unified diff