mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-11 23:10:44 +00:00
ipv4/uip.c will not even be include in the list of sources in the first place if we are building with NETSTACK_CONF_WITH_IPV6 (CONTIKI_WITH_IPV6). Thus, there is no longer a need to wrap the entire source code in an #if guard. Closes #935