mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
networking: cosmetic changes
This commit is contained in:
+1
-1
Submodule arch updated: 6e6f7947bc...733010246b
+1
-1
@@ -36,7 +36,7 @@
|
||||
# ARP support is available for Ethernet only
|
||||
|
||||
ifeq ($(CONFIG_NET_ARP),y)
|
||||
NET_CSRCS +=arp_arpin.c arp_out.c arp_format.c arp_table.c arp_timer.c
|
||||
NET_CSRCS += arp_arpin.c arp_out.c arp_format.c arp_table.c arp_timer.c
|
||||
|
||||
ifeq ($(CONFIG_NET_ARP_IPIN),y)
|
||||
NET_CSRCS += arp_ipin.c
|
||||
|
||||
+1
-1
@@ -94,7 +94,7 @@ extern "C"
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
struct eth_hdr_s; /* Forward reference */
|
||||
struct eth_hdr_s; /* Forward reference */
|
||||
|
||||
/* Defined in pkt_conn.c ****************************************************/
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user