summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-03-16 18:01:20 +0000
committerChristian Pointner <equinox@mur.at>2013-03-16 18:01:20 +0000
commitabaa4441215ad610df0211d6946ba8aaa942570f (patch)
treea42e3fcc81bf94a08fd65336daa510a8ea8ab39b /software
parentadded BOARD_USER for as LUFA Board specifier (diff)
fixed LUFA_BOARDs
git-svn-id: https://svn.spreadspace.org/mur.sat@700 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software')
-rw-r--r--software/avr.defines.mk6
1 files changed, 3 insertions, 3 deletions
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