diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-25 11:59:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-25 11:59:55 +0000 |
commit | 4c9425c0d52fbfe45f6697d9124b022842049af6 (patch) | |
tree | d93245e7fd19b451ea6029fb19df962d4fccc0ed /Projects/Benito/Descriptors.h | |
parent | 3a79548dc2bfd08f13a387b5533d8598ba0078d7 (diff) | |
download | lufa-4c9425c0d52fbfe45f6697d9124b022842049af6.tar.gz lufa-4c9425c0d52fbfe45f6697d9124b022842049af6.tar.bz2 lufa-4c9425c0d52fbfe45f6697d9124b022842049af6.zip |
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.
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 8012ebdde..a670563cf 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 |