summaryrefslogtreecommitdiff
path: root/ucoo/math
diff options
context:
space:
mode:
authorNicolas Schodet2016-07-25 15:18:40 +0200
committerNicolas Schodet2019-10-09 23:05:44 +0200
commit4695b47da68a5b2f75270bea21e15b8f1b9fd6ff (patch)
tree6e5ef4d34ee69bcd6c6627f25a0ca3aa902d47e3 /ucoo/math
parentd7df91926bdb529e68eff9a215aef72072803b6e (diff)
Switch to CMSIS
Diffstat (limited to 'ucoo/math')
-rw-r--r--ucoo/math/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/math/test/Makefile b/ucoo/math/test/Makefile
index 353bc10..c0a17ee 100644
--- a/ucoo/math/test/Makefile
+++ b/ucoo/math/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = host stm32f4
PROGS = test_math
test_math_SOURCES = test_math.cc
-MODULES = ucoo/math ucoo/utils ucoo/base/test ucoo/hal/usb
+MODULES = ucoo/math ucoo/utils ucoo/base/test ucoo/hal/usb ucoo/hal/gpio
include $(BASE)/build/top.mk