summaryrefslogtreecommitdiff
path: root/Src/main-hs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/main-hs.c')
-rw-r--r--Src/main-hs.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Src/main-hs.c b/Src/main-hs.c
index 5962b9b..7db3e7a 100644
--- a/Src/main-hs.c
+++ b/Src/main-hs.c
@@ -60,7 +60,10 @@ I2C_HandleTypeDef hi2c1;
UART_HandleTypeDef huart1;
/* USER CODE BEGIN PV */
-
+device_info_t *device_info[128] = {NULL};
+subscription_info_t* subs_info[128];
+uint32_t allocated[4]={0};
+/* uint8_t dev_sts[128] = {OFFLINE}; */
/* USER CODE END PV */
/* Private function prototypes -----------------------------------------------*/