X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/2f009f983f10d74def1c88203e77eb8d4d429137..8722dc932b090044e3fe6a5835214321a14ae397:/Makefile diff --git a/Makefile b/Makefile index 08e6f70..001ad97 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 @@ -25,6 +26,7 @@ DEBUGBUILD = FALSE ########################################################################## #OPTDEFINES = -D __NEWLIB__ -DR0KET +#OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 -DUSBONLY OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 ########################################################################## # Project-specific files