From 7ef58eef7a57c46ab53ed8a26805b58dcffd7010 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 20 Nov 2009 04:39:41 +0000 Subject: 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. --- Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Incomplete/StandaloneProgrammer') 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) { -- cgit v1.2.3