aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-20 17:30:02 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-20 17:30:02 +0000
commit055b06771fe7265f3134d15d94b303368a65d0d6 (patch)
tree620037be8dcce4d6d569bb0ded4b16f2c1bc2c03 /examples
parentb4fcf04a7b05f5d09d311d993c4ff955e5793c84 (diff)
downloadv-usb-055b06771fe7265f3134d15d94b303368a65d0d6.tar.gz
v-usb-055b06771fe7265f3134d15d94b303368a65d0d6.tar.bz2
v-usb-055b06771fe7265f3134d15d94b303368a65d0d6.zip
- changed defaults
Diffstat (limited to 'examples')
-rw-r--r--examples/drivertest/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
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)