summaryrefslogtreecommitdiff
path: root/ucoolib/hal/usb
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/usb
parent724944e4728441dbd9167a6e87f1f6e2e998e631 (diff)
build: unify TARGET_* defines
Diffstat (limited to 'ucoolib/hal/usb')
-rw-r--r--ucoolib/hal/usb/usb.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoolib/hal/usb/usb.hh b/ucoolib/hal/usb/usb.hh
index c05b7a0..05e89d7 100644
--- a/ucoolib/hal/usb/usb.hh
+++ b/ucoolib/hal/usb/usb.hh
@@ -24,7 +24,7 @@
//
// }}}
-#ifdef TARGET_SUB_stm32
+#ifdef TARGET_stm32
# include "usb.stm32.hh"
#else
# error "not implemented for this target"