From 4e8bf2cb697ca4e62742d7569d047a22f0aed71a Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 14 Aug 2015 14:02:58 +0200 Subject: [PATCH] cpu: native: remove hwtimer traces --- cpu/native/include/native_internal.h | 1 - cpu/native/include/periph_conf.h | 8 ++++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cpu/native/include/native_internal.h b/cpu/native/include/native_internal.h index 579affebdf..626f879b84 100644 --- a/cpu/native/include/native_internal.h +++ b/cpu/native/include/native_internal.h @@ -65,7 +65,6 @@ typedef void (*_native_callback_t)(void); */ void native_cpu_init(void); void native_interrupt_init(void); -extern void native_hwtimer_pre_init(void); void native_irq_handler(void); extern void _native_sig_leave_tramp(void); diff --git a/cpu/native/include/periph_conf.h b/cpu/native/include/periph_conf.h index 7efe40b488..d8bda7b288 100644 --- a/cpu/native/include/periph_conf.h +++ b/cpu/native/include/periph_conf.h @@ -48,8 +48,12 @@ #define TIMER_NUMOF (1U) #define TIMER_0_EN 1 -/** @def set TIMER0 for hwtimer wrapper */ -#define HW_TIMER TIMER_0 +/** + * @brief xtimer configuration + * @{ + */ +#define XTIMER_OVERHEAD 14 +#define XTIMER_USLEEP_UNTIL_OVERHEAD 1 /** @} */ #ifdef __cplusplus