diff options
| author | Ha Thach <[email protected]> | 2022-02-25 18:21:37 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-25 18:21:37 +0700 |
| commit | b797d1aa50310a46d430ff0efd66d7e88028de3b (patch) | |
| tree | f2b90c249142f1206fc3339afd953cab2ab55719 /src | |
| parent | fa895ed3dc46d5aa5e11b19ff07beb6fcfc62655 (diff) | |
| parent | a8d6e823951a758829b53199de25a4ff2ce14494 (diff) | |
Merge pull request #1340 from tannewt/hid_to_cdc
Add concurrent host and device example
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/hid/hid.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index 20a5dd7f9..940454bd9 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -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 */ \ |
