Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: utility/uipethernet-conf.h
- Revision:
- 20:fe5026169ec6
- Parent:
- 0:e3fb1267e3c3
- Child:
- 21:c4439c50a5af
--- a/utility/uipethernet-conf.h Wed Jan 04 18:32:00 2017 +0100 +++ b/utility/uipethernet-conf.h Sat Jan 14 19:51:58 2017 +0100 @@ -23,7 +23,8 @@ #define UIP_PERIODIC_TIMER 250 /* timer to poll client for data after last write (in ms) - * set to -1 to disable fast polling and rely on periodic only (saves 100 bytes flash) */ -#define UIP_CLIENT_TIMER 10 + * set to -1 to disable fast polling and rely on periodic only (saves 100 bytes flash) + * Default value by Norbert is 10 */ +#define UIP_CLIENT_TIMER -1 #endif