diff options
Diffstat (limited to 'ports/stm32f4/src/port.h')
| -rw-r--r-- | ports/stm32f4/src/port.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/stm32f4/src/port.h b/ports/stm32f4/src/port.h new file mode 100644 index 0000000..5007dee --- /dev/null +++ b/ports/stm32f4/src/port.h @@ -0,0 +1,7 @@ +/** + * + * @brief Port specific includes go in this file + * +*/ + +#include "stm32f4xx_hal.h" |
