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 de1ee7feb8
commit 9800477682
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,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;