From c5171a64652771c5c835754ef65f9cef7d78aa76 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 4 May 2015 11:57:31 +0200 Subject: Add STM32F1 support --- ucoo/hal/usb/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucoo/hal/usb/test') 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 -- cgit v1.2.3