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.

This commit is contained in:
Dean Camera 2010-07-25 11:59:55 +00:00
parent 3a79548dc2
commit 4c9425c0d5
5 changed files with 29 additions and 14 deletions

View file

@ -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