From e426463355b8516a442c01e0e6b4a574c39fc0f4 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Tue, 28 Jul 2009 13:12:14 +0000
Subject: Better solution - change compile time token names to
 DEVICE_STATE_AS_GPIOR and HOST_STATE_AS_GPIOR and allow the user to set them
 to the index of the GPIOR register within the device to use.

---
 Bootloaders/CDC/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Bootloaders/CDC/makefile')

diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile
index 8830f3ed6..21524086c 100644
--- a/Bootloaders/CDC/makefile
+++ b/Bootloaders/CDC/makefile
@@ -117,7 +117,7 @@ LUFA_PATH = ../..
 # LUFA library compile-time options
 LUFA_OPTS  = -D USB_DEVICE_ONLY
 LUFA_OPTS += -D USE_NONSTANDARD_DESCRIPTOR_NAMES
-LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR0
+LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
 LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=8
 LUFA_OPTS += -D TOTAL_NUM_CONFIGURATIONS=1
 LUFA_OPTS += -D USE_RAM_DESCRIPTORS
-- 
cgit v1.2.3