summaryrefslogtreecommitdiff
path: root/ucoo/hal/gpio/gpio.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/gpio/gpio.hh')
-rw-r--r--ucoo/hal/gpio/gpio.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucoo/hal/gpio/gpio.hh b/ucoo/hal/gpio/gpio.hh
index 86a6c91..51dca7e 100644
--- a/ucoo/hal/gpio/gpio.hh
+++ b/ucoo/hal/gpio/gpio.hh
@@ -28,6 +28,8 @@
# include "gpio.host.hh"
#elif defined TARGET_stm32f4
# include "gpio.stm32f4.hh"
+#elif defined TARGET_stm32f1
+# include "gpio.stm32f1.hh"
#else
# error "not implemented for this target"
#endif