aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/StandaloneProgrammer
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-23 06:56:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-23 06:56:24 +0000
commit423d4018f0be89a703832669c3d65b162fc437f3 (patch)
tree13029411dbef5fffbe6b0efc1e08f66f95fcd7fa /Projects/Incomplete/StandaloneProgrammer
parent0595ac27d5aae235e58aa17816c1fc0e7bbb5e1f (diff)
downloadlufa-423d4018f0be89a703832669c3d65b162fc437f3.tar.gz
lufa-423d4018f0be89a703832669c3d65b162fc437f3.tar.bz2
lufa-423d4018f0be89a703832669c3d65b162fc437f3.zip
Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy.
Minor documentation improvements.
Diffstat (limited to 'Projects/Incomplete/StandaloneProgrammer')
-rw-r--r--Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
index c1d1d2385..35be12c0a 100644
--- a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
+++ b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
@@ -31,7 +31,7 @@
/** \file
*
* Main source file for the Standalone Programmer project. This file contains the main tasks of
- * the demo and is responsible for the initial application hardware configuration.
+ * the project and is responsible for the initial application hardware configuration.
*/
#define INCLUDE_FROM_STANDALONEPROG_C