Disabled rtimer redefinition, removed outdated address print and timer-test from regression tests

This commit is contained in:
Antonio Lignan 2016-06-02 10:17:57 +02:00
parent 8cd075f3e5
commit 7dd2f1144b
3 changed files with 5 additions and 8 deletions

View file

@ -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)
*/
/** @} */
/*---------------------------------------------------------------------------*/