diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-07-06 12:26:33 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-07-06 12:26:33 +0200 |
commit | 8cfa2e802332957d461dadfca156a847cf8f0cc3 (patch) | |
tree | 8b1d5d431c0c0e6757691a319e36677bed948db3 /LUFA | |
parent | f0c72df67452dc1e921ee3673a37b26cbc408c34 (diff) | |
download | lufa-8cfa2e802332957d461dadfca156a847cf8f0cc3.tar.gz lufa-8cfa2e802332957d461dadfca156a847cf8f0cc3.tar.bz2 lufa-8cfa2e802332957d461dadfca156a847cf8f0cc3.zip |
Add automatic application start on virtual disk ejection to the Mass Storage class bootloader.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/Build/lufa_core.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Build/lufa_core.mk b/LUFA/Build/lufa_core.mk index 914a939cc..11bf65ca9 100644 --- a/LUFA/Build/lufa_core.mk +++ b/LUFA/Build/lufa_core.mk @@ -131,7 +131,7 @@ help: @printf " %b" "$(PRINTABLE_LUFA_PROVIDED_MACROS:%= - %\n)" @echo " " @echo "===================================================================" - @echo " The LUFA BuildSystem 2.0 - Powered By Duct Tape (tm) " + @echo " The LUFA BuildSystem 2.0 - Powered By Positive Thinking (tm) " @echo "===================================================================" # Lists build modules included by the project makefile, in alphabetical order |