Project

General

Profile

Revision 235

trying to implement uart. not working

View differences:

errors.h
17 17
    OUT_OF_RANGE,       /** @brief Accessing area out of range of memory */
18 18
    ALLOC_ERROR,        /** @brief Memory allocation error */
19 19
    LOGIC_ERROR,        /** @brief Logic error */
20
    INVALID_ARG,        /** @brief Invalid argument */
20 21
    OTHER_ERROR         /** @brief Unspecified error */
21 22
};
22 23

  

Also available in: Unified diff