From a4f7dc1105f2a2f9aa27fdef810024eebbb7f2ba Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 1 Jul 2013 10:35:37 +0700 Subject: add & pass a first few test for cdc host implement cdch_open_subtask --- tinyusb/core/tusb_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/core') 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 -- cgit v1.3.1