From 126853a0314b2c055c401da0cdbf9719b72f10af Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Wed, 9 Oct 2013 01:29:24 +0000 Subject: add ds18x20 support git-svn-id: https://svn.spreadspace.org/avr/trunk@235 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-ajar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-ajar/Makefile') diff --git a/usb-ajar/Makefile b/usb-ajar/Makefile index 5ca8860..612745c 100644 --- a/usb-ajar/Makefile +++ b/usb-ajar/Makefile @@ -23,7 +23,7 @@ NAME := usb-ajar BOARD_TYPE := minimus32 OBJ := $(NAME).o -LIBS := util led lufa-descriptor-usbserial anyio +LIBS := util led lufa-descriptor-usbserial anyio onewire ds1820 EXTERNAL_LIBS := lufa RESET_FUNC := ../tools/reset_lufa_cdc RESET_PARAM := 'r' -- cgit v1.2.3