From 055b06771fe7265f3134d15d94b303368a65d0d6 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Mon, 20 Oct 2008 17:30:02 +0000 Subject: - changed defaults --- examples/drivertest/firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/drivertest/firmware/Makefile b/examples/drivertest/firmware/Makefile index 7f0b8d8..a230fd6 100644 --- a/examples/drivertest/firmware/Makefile +++ b/examples/drivertest/firmware/Makefile @@ -13,7 +13,7 @@ FUSE_L = 0x94 FUSE_H = 0xc9 AVRDUDE = avrdude -c stk500v2 -P avrdoper -p $(DEVICE) # edit this line for your programmer -CFLAGS = -Iusbdrv -I. -DDEBUG_LEVEL=0 -DTUNE_OSCCAL=0 -DCALIBRATE_OSCCAL=1 +CFLAGS = -Iusbdrv -I. -DDEBUG_LEVEL=0 -DTUNE_OSCCAL=1 -DCALIBRATE_OSCCAL=0 OBJECTS = usbdrv/usbdrv.o usbdrv/usbdrvasm.o usbdrv/oddebug.o main.o COMPILE = avr-gcc -Wall -Os -DF_CPU=$(F_CPU) $(CFLAGS) -mmcu=$(DEVICE) -- cgit v1.2.3