From ad6cb55001a5efc047ed9690df764603c24845b9 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 25 Jul 2010 11:59:55 +0000 Subject: 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 --- Projects/Benito/Descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Benito/Descriptors.h') 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 -- cgit v1.2.3