diff options
Diffstat (limited to 'bootloaders/caterina/Makefile')
-rwxr-xr-x | bootloaders/caterina/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile index 5439b5b..ef583bc 100755 --- a/bootloaders/caterina/Makefile +++ b/bootloaders/caterina/Makefile @@ -133,7 +133,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_WRITE_SUPPORT
+LUFA_OPTS += -D NO_LOCK_BYTE_WRITE_SUPPORT
# Create the LUFA source path variables by including the LUFA root makefile
|