Skip to content

Commit 8a8020d

Browse files
committed
formatting: smap
1 parent 726e11e commit 8a8020d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iop/network/smap/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ SMapIFInit(NetIF *pNetIF)
143143
#ifdef PRE_LWIP_130_COMPAT
144144
pNetIF->output = &SMapOutput; // For LWIP versions before v1.3.0.
145145
#else
146-
pNetIF->output = &etharp_output; // For LWIP 1.3.0 and later.
146+
pNetIF->output = &etharp_output; // For LWIP 1.3.0 and later.
147147
#endif
148148
pNetIF->linkoutput = &SMapLowLevelOutput;
149149
pNetIF->hwaddr_len = NETIF_MAX_HWADDR_LEN;

0 commit comments

Comments
 (0)