diff options
Diffstat (limited to 'io-module/mtac_eth.c')
-rw-r--r-- | io-module/mtac_eth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mtac_eth.c b/io-module/mtac_eth.c index 09b52ee..6738080 100644 --- a/io-module/mtac_eth.c +++ b/io-module/mtac_eth.c @@ -7,8 +7,9 @@ static char* eth_gpio_pin_name_by_attr_name(const char* name, int port) { // 1 product-id // 1 device-id // 1 hw-version +// 1 mac-addr or eui // NULL -static size_t ap_eth_attrs_size = 5; +static size_t ap_eth_attrs_size = 6; static bool eth_setup(enum ap port) { int i; |