aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-10-29 08:20:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-10-29 08:20:36 +0000
commit40db485c7967c584eb9fe855e744ed0dc6fe8bae (patch)
tree75518cb11ec310185ee28cbbe59ae88c4147c1f3 /Bootloaders/CDC/makefile
parent475323e4004f6b2410cad85eb103d7a13dfb060f (diff)
downloadlufa-40db485c7967c584eb9fe855e744ed0dc6fe8bae.tar.gz
lufa-40db485c7967c584eb9fe855e744ed0dc6fe8bae.tar.bz2
lufa-40db485c7967c584eb9fe855e744ed0dc6fe8bae.zip
Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted.
Clean up CDC bootloader command processing code.
Diffstat (limited to 'Bootloaders/CDC/makefile')
-rw-r--r--Bootloaders/CDC/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile
index 5eebaba53..c23782a83 100644
--- a/Bootloaders/CDC/makefile
+++ b/Bootloaders/CDC/makefile
@@ -127,7 +127,7 @@ LUFA_OPTS += -D NO_SOF_EVENTS
#LUFA_OPTS += -D NO_BLOCK_SUPPORT
#LUFA_OPTS += -D NO_EEPROM_BYTE_SUPPORT
#LUFA_OPTS += -D NO_FLASH_BYTE_SUPPORT
-#LUFA_OPTS += -D NO_LOCK_BYTE_SUPPORT
+#LUFA_OPTS += -D NO_LOCK_BYTE_WRITE_SUPPORT
# Create the LUFA source path variables by including the LUFA root makefile