Added a new error definition

This commit is contained in:
anschrammh 2019-04-23 08:01:48 +02:00
parent 1a61a79561
commit efd4ec5fd5

View File

@ -22,6 +22,7 @@ typedef enum { GPIO_0 = 0,
#define RTC_BEGIN_ERR B00000001
#define DISP_BEGIN_ERR B00000010
#define SDCARD_INIT_ERR B00000100
#define IO_INIT_ERR B00001000
#define MALLOC_ERR B00000001