diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-10-08 07:18:28 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-10-08 07:18:28 +0000 |
| commit | fc6669c1af3f3b740cdee1f76ebd506807ec62d1 (patch) | |
| tree | c8bc5b6a52dd7dcc3f9233270569ee9cd2ebd0ba /Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c | |
| parent | 2f176c7b8f3fe151022b13791ba8f19204dabcd7 (diff) | |
Application documentation/comment cleanup.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@862 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c')
| -rw-r--r-- | Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c index 0f901ddd..b483defa 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c +++ b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c @@ -53,7 +53,7 @@ USB_ClassInfo_HID_Host_t Keyboard_HID_Interface = /** 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)
{
|
