RaspberrPi project source code
guowenxue
7 hours ago cd006b9357bcb632a2d4539c086fb93ca6ae23c6
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;