shorten space used for serial numbers

parent 97f79aef
......@@ -19,7 +19,7 @@ struct oua_usb_dev {
char portnum[6];
char busport[16];
char devno[10];
char serial[256];
char serial[48];
};
struct oua_devlist {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment