From fc6669c1af3f3b740cdee1f76ebd506807ec62d1 Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 8 Oct 2009 07:18:28 +0000 Subject: Application documentation/comment cleanup. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@862 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c') diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c index fddb90d6..8f57390f 100644 --- a/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c +++ b/Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c @@ -37,7 +37,7 @@ #include "KeyboardHostWithParser.h" /** Main program entry point. This routine configures the hardware required by the application, then - * starts the scheduler to run the application tasks. + * enters a loop to run the application tasks in sequence. */ int main(void) { -- cgit v1.2.3