Defined new errors and more

This commit is contained in:
anschrammh 2019-03-10 23:24:47 +01:00
parent a73ea65328
commit 355adab781

View File

@ -24,6 +24,10 @@ typedef enum { GPIO_0 = 0,
#define SDCARD_INIT_ERR B00000100
#define MALLOC_ERR B00000001
#define AP_AND_STA_ENABLED_ERR B00000001
#define AP_SETUP_ERR B00000010
#define NO_ERROR 0
#define NO_CURRENT_VIEW NULL