mirror of https://github.com/F-Stack/f-stack.git
modify ff_port_cfg.port_id's type from uint8_t to unint16_t.
This commit is contained in:
parent
783fc174b2
commit
9fd8e44b49
|
@ -61,7 +61,7 @@ struct ff_hw_features {
|
||||||
struct ff_port_cfg {
|
struct ff_port_cfg {
|
||||||
char *name;
|
char *name;
|
||||||
char *ifname;
|
char *ifname;
|
||||||
uint8_t port_id;
|
uint16_t port_id;
|
||||||
uint8_t mac[6];
|
uint8_t mac[6];
|
||||||
struct ff_hw_features hw_features;
|
struct ff_hw_features hw_features;
|
||||||
char *addr;
|
char *addr;
|
||||||
|
|
Loading…
Reference in New Issue