From 9fd8e44b490e90f4a099f21a54c822a64251b425 Mon Sep 17 00:00:00 2001 From: fengbojiang Date: Wed, 28 Aug 2024 11:48:01 +0800 Subject: [PATCH] modify ff_port_cfg.port_id's type from uint8_t to unint16_t. --- lib/ff_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ff_config.h b/lib/ff_config.h index f303c538d..d0b86c0e8 100644 --- a/lib/ff_config.h +++ b/lib/ff_config.h @@ -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;