diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-25 11:59:55 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-25 11:59:55 +0000 |
| commit | ad6cb55001a5efc047ed9690df764603c24845b9 (patch) | |
| tree | d93245e7fd19b451ea6029fb19df962d4fccc0ed /Projects/Benito/Descriptors.h | |
| parent | 1eb1a9310dc816d348251ad1569419551535a91d (diff) | |
Added periodic flush timer to the Benito project. Alter the serial transmission code so that sent bytes do not block the remainder of the main program code from running.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1407 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Benito/Descriptors.h')
| -rw-r--r-- | Projects/Benito/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Benito/Descriptors.h b/Projects/Benito/Descriptors.h index 8012ebdd..a670563c 100644 --- a/Projects/Benito/Descriptors.h +++ b/Projects/Benito/Descriptors.h @@ -56,7 +56,7 @@ #define CDC_NOTIFICATION_EPSIZE 8 /** Size in bytes of the CDC data IN and OUT endpoints. */ - #define CDC_TXRX_EPSIZE 16 + #define CDC_TXRX_EPSIZE 16 /* Type Defines: */ /** Type define for the device configuration descriptor structure. This must be defined in the |
