From fef991e28b56ce3e8de86833f00b6b7e77f1e84c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 11 Oct 2014 15:42:16 +1100 Subject: The ATPROGRAM LUFA build system module now defaults to the Atmel ICE debuger tool, instead of the Atmel JTAG ICE3. --- LUFA/Build/lufa_atprogram.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Build/lufa_atprogram.mk') diff --git a/LUFA/Build/lufa_atprogram.mk b/LUFA/Build/lufa_atprogram.mk index 943383418..253bd0724 100644 --- a/LUFA/Build/lufa_atprogram.mk +++ b/LUFA/Build/lufa_atprogram.mk @@ -55,7 +55,7 @@ ERROR_IF_EMPTY ?= $(if $(strip $($(strip $(1)))), , $(error Makefile $(strip $ ERROR_IF_NONBOOL ?= $(if $(filter Y N, $($(strip $(1)))), , $(error Makefile $(strip $(1)) option must be Y or N)) # Default values of optionally user-supplied variables -ATPROGRAM_PROGRAMMER ?= jtagice3 +ATPROGRAM_PROGRAMMER ?= atmelice ATPROGRAM_INTERFACE ?= jtag ATPROGRAM_PORT ?= -- cgit v1.2.3