summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Naik2020-06-10 15:23:15 -0400
committerAditya Naik2020-06-10 15:23:15 -0400
commit5d4809c50702adc40e98b360cc89723df30bd4bf (patch)
tree4eb71d52de01c17f961804435c2ebf3d2f357ccf
parentc67e5c72e59dbe0688ff7c937696a221d0089d7a (diff)
Port macros
-rw-r--r--ports/stm32f4/src/port.h5
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