cpu: native: remove hwtimer traces
This commit is contained in:
parent
48b21f00c3
commit
4e8bf2cb69
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue