summaryrefslogtreecommitdiff
path: root/ucoolib/hal/uart
diff options
context:
space:
mode:
Diffstat (limited to 'ucoolib/hal/uart')
-rw-r--r--ucoolib/hal/uart/uart.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoolib/hal/uart/uart.hh b/ucoolib/hal/uart/uart.hh
index 86238a5..b5ed4df 100644
--- a/ucoolib/hal/uart/uart.hh
+++ b/ucoolib/hal/uart/uart.hh
@@ -24,7 +24,7 @@
//
// }}}
-#ifdef TARGET_SUB_stm32
+#ifdef TARGET_stm32
# include "uart.stm32.hh"
#else
# error "not implemented for this target"