cpu: native: remove hwtimer traces

This commit is contained in:
Kaspar Schleiser 2015-08-14 14:02:58 +02:00
parent 48b21f00c3
commit 4e8bf2cb69
2 changed files with 6 additions and 3 deletions

View File

@ -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);

View File

@ -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