X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/2f009f983f10d74def1c88203e77eb8d4d429137..b9ebfed15bffbe99fb7bf7b5a17268e5bf3dfbb8:/Makefile 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