From d1afed99c56bc4b893a0e348bd407d713f8293d5 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 22:22:16 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Remove=20unused=20heade?= =?UTF-8?q?r=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This commit removes an unused header file from the main source code. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 7ac489b..8f5cb95 100644 --- a/main.c +++ b/main.c @@ -1,10 +1,11 @@ #include "hal_types.h" #include "hal_defs.h" -#include "hal_gpio.h" +// #include "hal_gpio.h" #include "hal_timer.h" #include "ZComDef.h" #include "OSAL.h" #include "ZStack.h" +#include "i2c.h" // Include necessary libraries for the sensors (BME280, Wind Vane, etc.) #include "bme280.h" #include "wind_vane.h"