We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726e11e commit 8a8020dCopy full SHA for 8a8020d
1 file changed
iop/network/smap/src/main.c
@@ -143,7 +143,7 @@ SMapIFInit(NetIF *pNetIF)
143
#ifdef PRE_LWIP_130_COMPAT
144
pNetIF->output = &SMapOutput; // For LWIP versions before v1.3.0.
145
#else
146
- pNetIF->output = ðarp_output; // For LWIP 1.3.0 and later.
+ pNetIF->output = ðarp_output; // For LWIP 1.3.0 and later.
147
#endif
148
pNetIF->linkoutput = &SMapLowLevelOutput;
149
pNetIF->hwaddr_len = NETIF_MAX_HWADDR_LEN;
0 commit comments