iotd/hal/gpio.h
@@ -25,9 +25,9 @@ typedef struct gpio_info_s { char name[32]; /* GPIO connected module name */ int pin; /* GPIO BCM pin number */ int pin; /* GPIO BCM pin number */ int active_level; /* active power level */ struct gpiod_line *lines; /* gpiod lines */ struct gpiod_line *line; /* gpiod line */ } gpio_info_t;