diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-23 10:39:10 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-23 10:39:10 +0000 |
commit | a6e85d6ed80720e15477433f4abf0ca5f54422ba (patch) | |
tree | c401685216fda9ddda1525e37cd374da3655b24e /Projects/MissileLauncher | |
parent | 5dbfdaa17dc4cb35783ec121453c7dfaca9874f3 (diff) | |
download | lufa-a6e85d6ed80720e15477433f4abf0ca5f54422ba.tar.gz lufa-a6e85d6ed80720e15477433f4abf0ca5f54422ba.tar.bz2 lufa-a6e85d6ed80720e15477433f4abf0ca5f54422ba.zip |
Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
Diffstat (limited to 'Projects/MissileLauncher')
-rw-r--r-- | Projects/MissileLauncher/Doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MissileLauncher/Doxygen.conf b/Projects/MissileLauncher/Doxygen.conf index f9cbfada6..4f787f7f1 100644 --- a/Projects/MissileLauncher/Doxygen.conf +++ b/Projects/MissileLauncher/Doxygen.conf @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = "LUFA Library - Generic HID Host Demo"
+PROJECT_NAME = "Dave Fletcher's Missile Launcher Project"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
|