aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-30 02:20:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-30 02:20:26 +0000
commit1b2cd16976207c21bbdfbd15852b0afa92c0f516 (patch)
tree8e29d5c4e1b680790b358331e26d68e4ed3c4b10 /LUFA/Drivers/USB/HighLevel
parentb7f6a65c258cafc3111d77502b491f223b886a33 (diff)
downloadlufa-1b2cd16976207c21bbdfbd15852b0afa92c0f516.tar.gz
lufa-1b2cd16976207c21bbdfbd15852b0afa92c0f516.tar.bz2
lufa-1b2cd16976207c21bbdfbd15852b0afa92c0f516.zip
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device.
Diffstat (limited to 'LUFA/Drivers/USB/HighLevel')
-rw-r--r--LUFA/Drivers/USB/HighLevel/StdDescriptors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h
index 19ca8aa69..286294424 100644
--- a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h
+++ b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h
@@ -43,6 +43,7 @@
/* Includes: */
#include <avr/pgmspace.h>
#include <stdbool.h>
+ #include <stddef.h>
#include "../../../Common/Common.h"
#include "USBMode.h"