From abaa4441215ad610df0211d6946ba8aaa942570f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Mar 2013 18:01:20 +0000 Subject: fixed LUFA_BOARDs git-svn-id: https://svn.spreadspace.org/mur.sat@700 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/avr.defines.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'software') diff --git a/software/avr.defines.mk b/software/avr.defines.mk index 5c09c5e..76bc234 100644 --- a/software/avr.defines.mk +++ b/software/avr.defines.mk @@ -78,7 +78,7 @@ ifeq ($(BOARD_TYPE),hhd70dongle) F_CPU := 16000000 F_USB = $(F_CPU) PROG := DFU - LUFA_BOARD = USER + LUFA_BOARD = NONE endif ifeq ($(BOARD_TYPE),rda1846dongle) MCU := atmega32u4 @@ -86,7 +86,7 @@ ifeq ($(BOARD_TYPE),rda1846dongle) F_CPU := 16000000 F_USB = $(F_CPU) PROG := DFU - LUFA_BOARD = USER + LUFA_BOARD = NONE endif ifeq ($(BOARD_TYPE),culV3) MCU := atmega32u4 @@ -94,7 +94,7 @@ ifeq ($(BOARD_TYPE),culV3) F_CPU := 8000000 F_USB = $(F_CPU) PROG := DFU - LUFA_BOARD = USER + LUFA_BOARD = CULV3 endif ifeq ($(BOARD_TYPE),arduinoUno) MCU := atmega328p -- cgit v1.2.3