From df1816ca44a3eddda11c81dc84088e17819beece Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 17 Nov 2019 10:45:00 +0100 Subject: [PATCH] Moved the connectivity defines where they belong to (ConnectivityManager.h) --- src/app/definition.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/definition.h b/src/app/definition.h index c56d4cc..8a7828d 100644 --- a/src/app/definition.h +++ b/src/app/definition.h @@ -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