diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-09-02 19:23:22 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-09-02 19:23:22 -0400 |
commit | 6783e66eb168034880a9ef4847e901a6d4c911d8 (patch) | |
tree | 01aee2cd737051814c47b5dfa3a6990d4c927996 /Makefile | |
parent | 800b8ca1c1463dd85101e242a94c7ca0ec8c459d (diff) | |
download | librambutan-6783e66eb168034880a9ef4847e901a6d4c911d8.tar.gz librambutan-6783e66eb168034880a9ef4847e901a6d4c911d8.zip |
added 'unused' attribs and reset default target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Valid BOARDs: maple, maple_native, ... BOARD ?= maple -MEMORY_TARGET ?= ram +MEMORY_TARGET ?= flash # USB ID for DFU upload VENDOR_ID := 1EAF |