Indent tcpip.c
This commit is contained in:
parent
5b5f07ba52
commit
0296e6aba0
|
@ -813,7 +813,7 @@ PROCESS_THREAD(tcpip_process, ev, data)
|
|||
#ifdef UIP_FALLBACK_INTERFACE
|
||||
UIP_FALLBACK_INTERFACE.init();
|
||||
#endif
|
||||
/* initialize RPL if configured for using RPL */
|
||||
/* initialize RPL if configured for using RPL */
|
||||
#if NETSTACK_CONF_WITH_IPV6 && UIP_CONF_IPV6_RPL
|
||||
rpl_init();
|
||||
#endif /* UIP_CONF_IPV6_RPL */
|
||||
|
|
Loading…
Reference in a new issue