Defined new errors and more
This commit is contained in:
parent
a73ea65328
commit
355adab781
@ -24,6 +24,10 @@ typedef enum { GPIO_0 = 0,
|
|||||||
#define SDCARD_INIT_ERR B00000100
|
#define SDCARD_INIT_ERR B00000100
|
||||||
|
|
||||||
#define MALLOC_ERR B00000001
|
#define MALLOC_ERR B00000001
|
||||||
|
|
||||||
|
#define AP_AND_STA_ENABLED_ERR B00000001
|
||||||
|
#define AP_SETUP_ERR B00000010
|
||||||
|
|
||||||
#define NO_ERROR 0
|
#define NO_ERROR 0
|
||||||
|
|
||||||
#define NO_CURRENT_VIEW NULL
|
#define NO_CURRENT_VIEW NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user