diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-23 06:56:24 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-23 06:56:24 +0000 |
| commit | 8f91ced81f309dcd671a23496c752666b352d7fe (patch) | |
| tree | 13029411dbef5fffbe6b0efc1e08f66f95fcd7fa /Projects/LEDNotifier/LEDNotifier.c | |
| parent | ac80fc2431c0eb75fc44b287b475ae3092d6420f (diff) | |
Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy.
Minor documentation improvements.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1590 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/LEDNotifier/LEDNotifier.c')
| -rw-r--r-- | Projects/LEDNotifier/LEDNotifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/LEDNotifier.c b/Projects/LEDNotifier/LEDNotifier.c index 4ebfb7a2..2001c5f7 100644 --- a/Projects/LEDNotifier/LEDNotifier.c +++ b/Projects/LEDNotifier/LEDNotifier.c @@ -31,7 +31,7 @@ /** \file * * Main source file for the LEDNotfier 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. */ #include "LEDNotifier.h" |
