diff options
| author | Aditya Naik | 2020-06-24 10:53:58 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-24 10:53:58 -0400 |
| commit | da3f69722aa088a4530095d94a6d206c1ce06e03 (patch) | |
| tree | 823f7899a2d59af38ac3472e9e2e092abd4b47a9 /ports/stm32f4/src/port.h | |
| parent | 7897fd742ffc4afb82faa5fc8f3a39b12b8c667b (diff) | |
| parent | 0915882d1ee834d2cc7c8d4ca9bcdb7495dbe1a1 (diff) | |
Master mergerefactor
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 |
