Merge pull request #1340 from tannewt/hid_to_cdc

Add concurrent host and device example
This commit is contained in:
Ha Thach
2022-02-25 18:21:37 +07:00
committed by GitHub
11 changed files with 833 additions and 6 deletions

View File

@@ -1106,7 +1106,10 @@ enum
{'8' , 0 }, /* 0x60 */ \
{'9' , 0 }, /* 0x61 */ \
{'0' , 0 }, /* 0x62 */ \
{'0' , 0 }, /* 0x63 */ \
{'.' , 0 }, /* 0x63 */ \
{0 , 0 }, /* 0x64 */ \
{0 , 0 }, /* 0x65 */ \
{0 , 0 }, /* 0x66 */ \
{'=' , '=' }, /* 0x67 */ \