diff options
Diffstat (limited to 'src/include/gpio.h')
-rw-r--r-- | src/include/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpio.h b/src/include/gpio.h index 57360f936c..db8776a417 100644 --- a/src/include/gpio.h +++ b/src/include/gpio.h @@ -3,7 +3,7 @@ #ifndef __SRC_INCLUDE_GPIO_H__ #define __SRC_INCLUDE_GPIO_H__ -#include <soc/gpio.h> +#include <soc/gpio.h> /* IWYU pragma: export */ #include <types.h> /* <soc/gpio.h> must typedef a gpio_t that fits in 32 bits. */ |