nes-proj/core
Billy Kozak 9cd439d8c0 changed tcpip static temporaries to stack vars
A number of local variables in tcpip.c were declared with static
storage for no good reason (they do not ever preserve state between
function calls).

This patch removes static declaration from these variables.
2015-08-12 09:51:26 -06:00
..
cfs Remove redundant assignment 2015-05-20 15:37:32 +05:30
ctk Fix warnings caused by unescaped special doxygen chars 2015-02-15 20:11:09 +01:00
dev CC2538: added support for SSI1 2015-05-18 10:02:55 +02:00
lib Merge pull request #1108 from phoenix-frozen/generify-ccm-star 2015-07-01 10:44:41 +02:00
loader [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
net changed tcpip static temporaries to stack vars 2015-08-12 09:51:26 -06:00
sys Merge pull request #883 from cmorty/pull/global-macros 2015-05-18 21:33:00 +02:00
contiki-default-conf.h Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
contiki-lib.h
contiki-net.h Add standardized nameserver pool 2015-01-09 09:44:06 +01:00
contiki-version.h
contiki.h