From 9e2630a8f3887df3d8f11ee6a27d0d34b331ef28 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 18 Nov 2025 11:21:53 +0800 Subject: [PATCH] update thingsboard defconfig file --- project/lightd/hal/gpio.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/project/lightd/hal/gpio.c b/project/lightd/hal/gpio.c index 45e1429..fb89c33 100644 --- a/project/lightd/hal/gpio.c +++ b/project/lightd/hal/gpio.c @@ -21,13 +21,6 @@ #include "gpio.h" #define RPI_GPIONAME "gpiochip0" -#include <errno.h> - -#include "logger.h" -#include "util_proc.h" -#include "gpio.h" - -#define RPI_GPIONAME "gpiochip0" static struct gpiod_chip *s_chip; static gpio_t *s_gpio = NULL; -- Gitblit v1.9.1