- added OUT_OF_RES
This commit is contained in:
@@ -26,7 +26,8 @@
|
|||||||
|
|
||||||
typedef enum status_e {
|
typedef enum status_e {
|
||||||
SUCCESS,
|
SUCCESS,
|
||||||
FAILED
|
FAILED,
|
||||||
|
OUT_OF_RES
|
||||||
} status_t;
|
} status_t;
|
||||||
|
|
||||||
#endif /*TYPES_H_*/
|
#endif /*TYPES_H_*/
|
||||||
|
|||||||
Reference in New Issue
Block a user