diff options
| author | Aditya Naik | 2020-06-10 15:23:15 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-10 15:23:15 -0400 |
| commit | 5d4809c50702adc40e98b360cc89723df30bd4bf (patch) | |
| tree | 4eb71d52de01c17f961804435c2ebf3d2f357ccf /ports/stm32f4 | |
| parent | c67e5c72e59dbe0688ff7c937696a221d0089d7a (diff) | |
Port macros
Diffstat (limited to 'ports/stm32f4')
| -rw-r--r-- | ports/stm32f4/src/port.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/stm32f4/src/port.h b/ports/stm32f4/src/port.h index 5007dee..ffbbe9e 100644 --- a/ports/stm32f4/src/port.h +++ b/ports/stm32f4/src/port.h @@ -4,4 +4,9 @@ * */ +#ifndef __PORT_H +#define __PORT_H + #include "stm32f4xx_hal.h" + +#endif |
