aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/gpio.h')
-rw-r--r--src/generic/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generic/gpio.h b/src/generic/gpio.h
index 4b5dc812..1b649cab 100644
--- a/src/generic/gpio.h
+++ b/src/generic/gpio.h
@@ -1,7 +1,7 @@
#ifndef __GENERIC_GPIO_H
#define __GENERIC_GPIO_H
-#include <stdint.h>
+#include <stdint.h> // uint8_t
struct gpio_out {
uint8_t pin;