Skip to content

Commit

Permalink
fixup! refactor: modernize bulksupport allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 6, 2024
1 parent 4d58f6b commit a914b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/bulk/bulksupported.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct bulk_supported_t {
std::uint16_t product_id;
std::uint8_t in_epaddr;
std::uint8_t out_epaddr;
std::uint32_t interface_number;
std::uint8_t interface_number;
};

constexpr static bulk_supported_t bulk_supported[] = {
Expand Down

0 comments on commit a914b05

Please sign in to comment.