Moved the connectivity defines where they belong to (ConnectivityManager.h)

This commit is contained in:
anschrammh 2019-11-17 10:45:00 +01:00
parent 33661ec97e
commit df1816ca44

View File

@ -19,10 +19,6 @@ typedef enum { GPIO_0 = 0,
ADC = A0,
DEFAULT_PIN = -1 } Pin;
#define AP_AND_STA_ENABLED_ERR B00000001
#define AP_SETUP_ERR B00000010
#define STA_SETUP_ERR B00000100
#define NO_ERROR 0
#define NO_CURRENT_VIEW NULL