summaryrefslogtreecommitdiff
path: root/ports/stm32f4/src/port.h
diff options
context:
space:
mode:
authorAditya Naik2020-08-03 18:11:57 -0400
committerAditya Naik2020-08-03 18:11:57 -0400
commit5154fdecac5260ea3a2fd6416c1186eb4d609449 (patch)
tree91df6c6955a6fb11706920cd5d922d834c170bc4 /ports/stm32f4/src/port.h
parent8e1133fcf30fbb4e1d406c47cb87d592c9742c4f (diff)
Added all functions into threads; cleaup
Diffstat (limited to 'ports/stm32f4/src/port.h')
-rw-r--r--ports/stm32f4/src/port.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/stm32f4/src/port.h b/ports/stm32f4/src/port.h
index ffbbe9e..cb55268 100644
--- a/ports/stm32f4/src/port.h
+++ b/ports/stm32f4/src/port.h
@@ -9,4 +9,7 @@
#include "stm32f4xx_hal.h"
+#define led_Pin GPIO_PIN_13
+#define led_GPIO_Port GPIOC
+
#endif