summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/test
diff options
context:
space:
mode:
authorNicolas Schodet2015-05-04 11:57:31 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commitc5171a64652771c5c835754ef65f9cef7d78aa76 (patch)
tree7b114961d3dcd95cc23dd76c9aec4385f745d93d /ucoo/hal/usb/test
parent9fe68a0e7b216f8142d6b0423d5cf8fc08ec7091 (diff)
Add STM32F1 support
Diffstat (limited to 'ucoo/hal/usb/test')
-rw-r--r--ucoo/hal/usb/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/usb/test/Makefile b/ucoo/hal/usb/test/Makefile
index cec9ded..9ef0eab 100644
--- a/ucoo/hal/usb/test/Makefile
+++ b/ucoo/hal/usb/test/Makefile
@@ -1,7 +1,7 @@
BASE = ../../../..
TARGETS = stm32f4
-stm32f4_PROGS = test_usb
+PROGS = test_usb
test_usb_SOURCES = test_usb.cc
MODULES = hal/usb