Disabled rtimer redefinition, removed outdated address print and timer-test from regression tests
This commit is contained in:
parent
8cd075f3e5
commit
7dd2f1144b
3 changed files with 5 additions and 8 deletions
|
@ -132,9 +132,9 @@ typedef uint32_t uip_stats_t;
|
|||
/*
|
||||
* rtimer.h typedefs rtimer_clock_t as unsigned short. We need to define
|
||||
* RTIMER_CLOCK_LT to override this
|
||||
*/
|
||||
typedef uint32_t rtimer_clock_t;
|
||||
#define RTIMER_CLOCK_LT(a, b) ((int32_t)((a) - (b)) < 0)
|
||||
*/
|
||||
|
||||
/** @} */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue