diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-20 04:39:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-20 04:39:41 +0000 |
commit | 7ef58eef7a57c46ab53ed8a26805b58dcffd7010 (patch) | |
tree | f2fbeae1736022ca3bbda82fcf51e937be95233a /Projects/Incomplete | |
parent | d753512ccae76a4fce665b2c16ba7d5867143a96 (diff) | |
download | lufa-7ef58eef7a57c46ab53ed8a26805b58dcffd7010.tar.gz lufa-7ef58eef7a57c46ab53ed8a26805b58dcffd7010.tar.bz2 lufa-7ef58eef7a57c46ab53ed8a26805b58dcffd7010.zip |
Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint.
Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos.
Diffstat (limited to 'Projects/Incomplete')
-rw-r--r-- | Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c index 655d13a51..afe3b3a36 100644 --- a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c +++ b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c @@ -96,7 +96,7 @@ FATFS DataflashData; /** Stream character fetching routine for the FAT driver so that characters from the currently open file can be
- * readin sequence when applied to a stdio stream.
+ * read in sequence when applied to a stdio stream.
*/
static int Dataflash_getchar(FILE* Stream)
{
|