From 9e0ce8e7a51b11c6782cbb4f1df9c9ff22b0dcc9 Mon Sep 17 00:00:00 2001 From: bigalex Date: Wed, 19 Sep 2012 20:30:10 +0200 Subject: [PATCH] fixed Makefile --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index ccb0123..19be473 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -36,7 +36,7 @@ OPT = s ########################################################################################################## # List C source files here. (C dependencies are automatically generated.) -SRC = main.c lib/synth.c lib/usart.c lib/bughal.c lib/util.h +SRC = main.c lib/synth.c lib/usart.c lib/bughal.c lib/util.c ##########################################################################################################