From 40db485c7967c584eb9fe855e744ed0dc6fe8bae Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 29 Oct 2010 08:20:36 +0000 Subject: 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. --- 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 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 -- cgit v1.2.3