Project

General

Profile

Revision 90

docs and error changes

View differences:

errors.h
12 12
    TIMEOUT_ERROR,      /* @brief Timeout error */
13 13
    INVALID_COMMAND,    /* @brief Invalid Command issued */
14 14
    INVALID_STATE,      /* @brief State machine reached an invalid state */
15
    INVALID_ARGUMENT,   /* @brief Invalid argument received */
16 15
    OTHER_ERROR         /* @brief Unspecified error */
17 16
};
18 17

  

Also available in: Unified diff