mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Changed // style comment to /* style */ comment.
This commit is contained in:
parent
b73198d5ef
commit
0b8b9e8033
@ -111,7 +111,7 @@ static void
|
||||
autoip_handle_arp_conflict(struct netif *netif)
|
||||
{
|
||||
/* Somehow detect if we are defending or retreating */
|
||||
unsigned char defend = 1; // tbd
|
||||
unsigned char defend = 1; /* tbd */
|
||||
|
||||
if(defend) {
|
||||
if(netif->autoip->lastconflict > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user