Moved defines to their respective files

This commit is contained in:
Th3maz1ng 2019-05-01 22:01:02 +02:00
parent 9bd5329d99
commit b2e9773b2b

View File

@ -19,11 +19,6 @@ typedef enum { GPIO_0 = 0,
ADC = A0, ADC = A0,
DEFAULT_PIN = -1 } Pin; DEFAULT_PIN = -1 } Pin;
#define RTC_BEGIN_ERR B00000001
#define DISP_BEGIN_ERR B00000010
#define SDCARD_INIT_ERR B00000100
#define IO_INIT_ERR B00001000
#define MALLOC_ERR B00000001 #define MALLOC_ERR B00000001
#define AP_AND_STA_ENABLED_ERR B00000001 #define AP_AND_STA_ENABLED_ERR B00000001