typo
This commit is contained in:
parent
8319ed6837
commit
1551204bdb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ struct SupportedPrinters {
|
|||
std::array<std::tuple<int, int, int>, 2> models{
|
||||
// {Vendor ID, Model ID, Endpoint}
|
||||
std::make_tuple(0x0456, 0x0808, 0x03),
|
||||
std::tuple(0x0416, 0x5011, 0x03),
|
||||
std::make_tuple(0x0416, 0x5011, 0x03),
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue