From 2c233ed1b7694cb6a48595a26e114479c1aa75e8 Mon Sep 17 00:00:00 2001 From: zhaoyun1215 <58766762@qq.com> Date: Thu, 15 Sep 2022 00:54:02 -0700 Subject: [PATCH] support webnet and add netdev for XiUOS --- Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev.c | 2 +- Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev_ipaddr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev.c b/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev.c index 6466a8c4e..f53f05a57 100755 --- a/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev.c +++ b/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev.c @@ -10,7 +10,7 @@ /** * @file netdev.c -* @brief functions of get device address +* @brief functions of getting device address * @version 1.0 * @author AIIT XUOS Lab * @date 2022-09-15 diff --git a/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev_ipaddr.c b/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev_ipaddr.c index 35b38def8..5822fe24f 100755 --- a/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev_ipaddr.c +++ b/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev_ipaddr.c @@ -10,7 +10,7 @@ /** * @file netdev_ipaddr.c -* @brief functions of get device address +* @brief functions of getting device address * @version 1.0 * @author AIIT XUOS Lab * @date 2022-09-15