Arthur Fabre e8cbf2e5fb Fix warning in TCPIP
When disabling TCP support, the following warning is triggered:
../..//core/net/ip/tcpip.c:159:1: warning: ‘start_periodic_tcp_timer’
defined but not used [-Wunused-function]
An added ifdef guard now only defines this function when TCP support is
enabled.
2015-09-07 17:52:22 +01:00
..
2015-06-02 01:38:11 +02:00
2015-01-09 09:44:06 +01:00
2015-05-08 09:07:20 +02:00
2015-05-18 08:53:17 +02:00
2015-09-07 17:52:22 +01:00
2014-03-24 08:42:13 +01:00
2014-03-24 08:42:13 +01:00