X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/99cbdc069ab64c279514861af45bfa1a8c036db9..b9ebfed15bffbe99fb7bf7b5a17268e5bf3dfbb8:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 08e6f70..6521086 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ SRAM = 8K # For USB HID support the LPC134x reserves 384 bytes from the sram, # if you don't want to use the USB features, just use 0 here. SRAM_USB = 384 +#SRAM_USB = 0 ########################################################################## # Debug settings