From 19a5b01c7de84ffa8647715379309b676063c70b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 14 Mar 2013 00:14:21 +0100 Subject: digital/io-hub/src/apbirthday: add robot superclass --- digital/io-hub/src/apbirthday/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/apbirthday/Makefile') diff --git a/digital/io-hub/src/apbirthday/Makefile b/digital/io-hub/src/apbirthday/Makefile index 8f798ea0..6475a114 100644 --- a/digital/io-hub/src/apbirthday/Makefile +++ b/digital/io-hub/src/apbirthday/Makefile @@ -2,7 +2,7 @@ BASE = ../../../ucoolib TARGETS = host stm32f4 PROGS = apbirthday -apbirthday_SOURCES = main.cc hardware.host.cc hardware.stm32.cc +apbirthday_SOURCES = main.cc robot.cc hardware.host.cc hardware.stm32.cc MODULES = hal/uart hal/usb base/proto -- cgit v1.2.3