From 45fee9fe7e4385f5d1515c223ee6ab376d5b317a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 3 Apr 2012 19:07:28 +0200 Subject: o Adding code to store the target temperature in EEPROM. o Implementing a control loop to control the compressor. --- firmware/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/makefile') diff --git a/firmware/makefile b/firmware/makefile index e61623d..5b5d12d 100644 --- a/firmware/makefile +++ b/firmware/makefile @@ -1,6 +1,6 @@ # Hey Emacs, this is a -*- makefile -*- #---------------------------------------------------------------------------- -# WinAVR Makefile Template written by Eric B. Weddington, Jörg Wunsch, et al. +# WinAVR Makefile Template written by Eric B. Weddington, Jörg Wunsch, et al. # >> Modified for use with the LUFA project. << # # Released to the Public Domain @@ -275,9 +275,9 @@ PRINTF_LIB_MIN = -Wl,-u,vfprintf -lprintf_min PRINTF_LIB_FLOAT = -Wl,-u,vfprintf -lprintf_flt # If this is left blank, then it will use the Standard printf version. -PRINTF_LIB = +#PRINTF_LIB = #PRINTF_LIB = $(PRINTF_LIB_MIN) -#PRINTF_LIB = $(PRINTF_LIB_FLOAT) +PRINTF_LIB = $(PRINTF_LIB_FLOAT) # Minimalistic scanf version -- cgit v1.2.3