Project

General

Profile

Revision 54

fixed minor errors

View differences:

errors.h
2 2
#define _ERRORS_H_
3 3

  
4 4
enum errors {
5
    SUCESS = 0,     /* @brief Sucessful */
5
    SUCCESS = 0,    /* @brief Sucessful */
6 6
    NULL_PTR,       /* @brief Null Pointer Error */
7 7
    LCF_ERROR,      /* @brief Error originated on LCF */
8 8
    SBCR_ERROR,     /* @brief Error on Subscribing Interrupt */

Also available in: Unified diff