STM32: Gpio: fixed possible #include conficts

This commit is contained in:
Silvano Seva 2024-09-29 17:14:20 +02:00
parent 644ffb5580
commit 76104dd065
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#define GPIO_NATIVE_H #define GPIO_NATIVE_H
#include <peripherals/gpio.h> #include <peripherals/gpio.h>
#include <hwconfig.h> #include <stm32f4xx.h>
#include <stdint.h> #include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus