summaryrefslogtreecommitdiff
path: root/ucoolib/hal/uart
diff options
context:
space:
mode:
authorNicolas Schodet2012-12-08 09:21:37 +0100
committerNicolas Schodet2019-10-06 23:29:59 +0200
commitc16defa7e73d1746bbbdd2572fcc608a628a447b (patch)
treea6203de971a8bf6d477436243985fef7dd930243 /ucoolib/hal/uart
parent724944e4728441dbd9167a6e87f1f6e2e998e631 (diff)
build: unify TARGET_* defines
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"