Project

General

Profile

Revision 234

RTC functional to retrieve date and time

View differences:

errors.h
4 4
/** @brief Error Codes */
5 5
enum errors {
6 6
    SUCCESS = 0,        /** @brief Sucessful */
7
    NULL_PTR,           /** @brief Null Pointer Error */
7
    NULL_PTR = 250,     /** @brief Null Pointer Error */
8 8
    LCF_ERROR,          /** @brief Error originated on LCF */
9 9
    SBCR_ERROR,         /** @brief Error on Subscribing Interrupt */
10 10
    UNSBCR_ERROR,       /** @brief Error on Unsubscring Interrupt*/

Also available in: Unified diff