diff options
| author | hathach <[email protected]> | 2013-07-01 10:35:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-01 10:35:37 +0700 |
| commit | a4f7dc1105f2a2f9aa27fdef810024eebbb7f2ba (patch) | |
| tree | 33eb906a997038d36ac32d68e9a3dcac1103c05d /tinyusb/core | |
| parent | a943cce99110eabeaea98a390a41842a15de715f (diff) | |
add & pass a first few test for cdc host
implement cdch_open_subtask
Diffstat (limited to 'tinyusb/core')
| -rw-r--r-- | tinyusb/core/tusb_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/core/tusb_types.h b/tinyusb/core/tusb_types.h index 1197edfec..ac3bb879f 100644 --- a/tinyusb/core/tusb_types.h +++ b/tinyusb/core/tusb_types.h @@ -207,7 +207,7 @@ typedef enum { enum { DESCRIPTOR_OFFSET_LENGTH = 0, - DESCRIPTOR_OFFSET_TYPE = 1 + DESCRIPTOR_OFFSET_TYPE = 1 }; #ifdef __cplusplus |
