Skip to content
Snippets Groups Projects
Commit 5591c75d authored by Joe Perches's avatar Joe Perches
Browse files

usb: Use static const, consolidate code


Using static const generally increases object text and decreases data size.
It also generally decreases overall object size.

Consolidate duplicated code into new fix_crc_bug function
and declare data in that function static const.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
parent b6bc7650
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment