diff options
author | iperry <iperry@749a229e-a60e-11de-b98f-4500b42dc123> | 2010-01-10 07:59:00 +0000 |
---|---|---|
committer | iperry <iperry@749a229e-a60e-11de-b98f-4500b42dc123> | 2010-01-10 07:59:00 +0000 |
commit | c7163bee3581d3ef28dd2fc2ca81219dc52ad45e (patch) | |
tree | cb744674c95e065f6ad1236aed6c1511158b7c33 | |
parent | 06576660b9799cef5206208dd2be3cdb4faf18a5 (diff) | |
download | librambutan-c7163bee3581d3ef28dd2fc2ca81219dc52ad45e.tar.gz librambutan-c7163bee3581d3ef28dd2fc2ca81219dc52ad45e.zip |
typo
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@108 749a229e-a60e-11de-b98f-4500b42dc123
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ info: @echo "Compile targets:" @echo " ram: Compile sketch code for RAM to be loaded over the bootloader" @echo " flash: Compile sketch code for flash to be loaded over the bootloader" - @echo " flash: Compile sketch code for flash to be loaded over JTAG" + @echo " jtag: Compile sketch code for flash to be loaded over JTAG" @echo "" @echo "Programming targets:" @echo " program_ram: Upload code to RAM via bootloader" |