Add unit test for a long running timer

This commit is contained in:
Dirk Ziegelmeier
2018-01-12 12:37:16 +01:00
parent 6ccd12b97c
commit 990c25d4f3
2 changed files with 37 additions and 1 deletions

View File

@@ -203,6 +203,9 @@ typedef int ssize_t;
#define SSIZE_MAX INT_MAX
#endif /* SSIZE_MAX */
/* some maximum values needed in lwip code */
#define LWIP_UINT32_MAX 0xffffffff
/** Define this to 1 in arch/cc.h of your port if your compiler does not provide
* the ctype.h header. If ctype.h is available, a few character functions
* are mapped to the appropriate functions (lwip_islower, lwip_isdigit...), if