Skip to content

Commit

Permalink
add sparkfun thing-plus (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrosenthal authored Oct 7, 2021
1 parent 3b3669b commit 2e29bfb
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 @@ -202,7 +202,7 @@ pub fn vendor_map() -> std::collections::HashMap<u16, Vec<u16>> {
0x16D0 => vec![0x0CDA],
0x03EB => vec![0x2402],
0x2886 => vec![0x002D, 0x000D, 0x002F],
0x1B4F => vec![0x0D23, 0x0D22],
0x1B4F => vec![0x0D23, 0x0D22, 0x0016],
0x1209 => vec![0x805A, 0x7102, 0x4D44, 0x2017],
0x3171 => vec![0x0100],
0x1915 => vec![0x521F],
Expand Down

0 comments on commit 2e29bfb

Please sign in to comment.