serpi mod roll speed; servo pos; ball pos
[aversive.git] / modules / debug / diagnostic / Makefile
index d4fdf06..b6eb78a 100644 (file)
@@ -2,9 +2,9 @@ TARGET = diagnostic
 
 # List C source files here. (C dependencies are automatically generated.)
 ifeq ($(HOST),avr)
-SRC = stack_space.c int_show.c stackdump.c
+SRC = stack_space.c int_show.c
 else
-SRC = diag_host.c stackdump.c
+SRC = diag_host.c 
 endif
 
 include $(AVERSIVE_DIR)/mk/aversive_module.mk