diff options
| author | hathach <[email protected]> | 2013-09-18 23:34:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-18 23:34:03 +0700 |
| commit | 61c591b9ac49022fd287827951cd1f34d4fdbb1a (patch) | |
| tree | f6f96b3be8c69e43cdc67483f8620cb46f707936 /tinyusb/class/cdc_host.h | |
| parent | 9d87a1c62b71b9ee2500b235d41297802db3dfe7 (diff) | |
clean up warnings
Diffstat (limited to 'tinyusb/class/cdc_host.h')
| -rw-r--r-- | tinyusb/class/cdc_host.h | 1 |
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 |
