modify ff_port_cfg.port_id's type from uint8_t to unint16_t.

This commit is contained in:
fengbojiang 2024-08-28 11:48:01 +08:00
parent 783fc174b2
commit 9fd8e44b49
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct ff_hw_features {
struct ff_port_cfg {
char *name;
char *ifname;
uint8_t port_id;
uint16_t port_id;
uint8_t mac[6];
struct ff_hw_features hw_features;
char *addr;