Skip to content

Commit

Permalink
hf2: add wio terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrosenthal committed Oct 13, 2020
1 parent 6c13c14 commit f99af7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hf2/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pub fn vendor_map() -> std::collections::HashMap<u16, Vec<u16>> {
0x2341 => vec![0x0057, 0x024E, 0x8053, 0x024D],
0x16D0 => vec![0x0CDA],
0x03EB => vec![0x2402],
0x2886 => vec![0x000D, 0x002F],
0x2886 => vec![0x002D, 0x000D, 0x002F],
0x1B4F => vec![0x0D23, 0x0D22],
0x1209 => vec![0x805A, 0x7102, 0x4D44, 0x2017],
0x3171 => vec![0x0100],
Expand Down

0 comments on commit f99af7f

Please sign in to comment.