Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device.

This commit is contained in:
Dean Camera 2009-11-30 02:20:26 +00:00
parent b7f6a65c25
commit 1b2cd16976
6 changed files with 57 additions and 2 deletions

View file

@ -43,6 +43,7 @@
/* Includes: */
#include <avr/pgmspace.h>
#include <stdbool.h>
#include <stddef.h>
#include "../../../Common/Common.h"
#include "USBMode.h"