aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/lwip_bindings/lwipthread.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-04 14:51:30 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-04 14:51:30 +0000
commit981e11216a3e1534a403c6844b06f164480c3ff9 (patch)
treec2535aec07c15929e8827414ad1aed2153588e20 /os/various/lwip_bindings/lwipthread.h
parenta4b5f16690659eb74f83392cc336038c00c36fd1 (diff)
downloadChibiOS-981e11216a3e1534a403c6844b06f164480c3ff9.tar.gz
ChibiOS-981e11216a3e1534a403c6844b06f164480c3ff9.tar.bz2
ChibiOS-981e11216a3e1534a403c6844b06f164480c3ff9.zip
Various fixes after recent changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10934 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/lwip_bindings/lwipthread.h')
-rw-r--r--os/various/lwip_bindings/lwipthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/lwip_bindings/lwipthread.h b/os/various/lwip_bindings/lwipthread.h
index 61eb1b2dd..ae72ccb74 100644
--- a/os/various/lwip_bindings/lwipthread.h
+++ b/os/various/lwip_bindings/lwipthread.h
@@ -65,7 +65,7 @@
* @brief Link poll interval.
*/
#if !defined(LWIP_LINK_POLL_INTERVAL) || defined(__DOXYGEN__)
-#define LWIP_LINK_POLL_INTERVAL S2ST(5)
+#define LWIP_LINK_POLL_INTERVAL TIME_S2I(5)
#endif
/**