summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc_host.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-09-18 23:34:03 +0700
committerhathach <[email protected]>2013-09-18 23:34:03 +0700
commit61c591b9ac49022fd287827951cd1f34d4fdbb1a (patch)
treef6f96b3be8c69e43cdc67483f8620cb46f707936 /tinyusb/class/cdc_host.h
parent9d87a1c62b71b9ee2500b235d41297802db3dfe7 (diff)
clean up warnings
Diffstat (limited to 'tinyusb/class/cdc_host.h')
-rw-r--r--tinyusb/class/cdc_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc_host.h
index 9d6c559c6..159d27856 100644
--- a/tinyusb/class/cdc_host.h
+++ b/tinyusb/class/cdc_host.h
@@ -55,6 +55,7 @@
#endif
typedef enum {
+ CDC_PIPE_ERROR,
CDC_PIPE_NOTIFICATION = 1,
CDC_PIPE_DATA_IN,
CDC_PIPE_DATA_OUT