diff options
| author | Aditya Naik | 2020-06-15 09:57:01 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-15 09:57:01 -0400 |
| commit | 7fe90ace6e5200f6d1ef9c23879b099e3a0dea91 (patch) | |
| tree | 0ab7b48b346266f79cbecdadd4ff8ca386202ac6 /ports/stm32f4/src/port.h | |
| parent | bebd414a1999c9fab663463e54ccf1d32c6eb399 (diff) | |
| parent | 5d4809c50702adc40e98b360cc89723df30bd4bf (diff) | |
Ports merge
Diffstat (limited to 'ports/stm32f4/src/port.h')
| -rw-r--r-- | ports/stm32f4/src/port.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/stm32f4/src/port.h b/ports/stm32f4/src/port.h new file mode 100644 index 0000000..ffbbe9e --- /dev/null +++ b/ports/stm32f4/src/port.h @@ -0,0 +1,12 @@ +/** + * + * @brief Port specific includes go in this file + * +*/ + +#ifndef __PORT_H +#define __PORT_H + +#include "stm32f4xx_hal.h" + +#endif |
