diff options
Diffstat (limited to 'csource/IR_PID/Makefile')
| -rw-r--r-- | csource/IR_PID/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csource/IR_PID/Makefile b/csource/IR_PID/Makefile index a6a42f6..3bde7b2 100644 --- a/csource/IR_PID/Makefile +++ b/csource/IR_PID/Makefile @@ -1,7 +1,7 @@ MCU = atmega328p ARDUINO_LIBS = #USER_LIBS = Monitor Wire DS2482 -USER_LIBS = +USER_LIBS = LiquidCrystal USER_LDFLAGS = -u,vfprintf -lprintf_flt -lm #USER_LDFLAGS = -u,vfprintf -lprintf_min -lm AVRDUDE_PROGRAMMER = arduino |
