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