mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 13:33:49 +01:00
reduce HWTIMERMINOFFSET
This commit is contained in:
parent
dbcc898bcc
commit
fc6cd24ece
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
#define HWTIMERMINOFFSET (10 * 1000UL) // 10 ms
|
#define HWTIMERMINOFFSET (1000UL) // 1ms
|
||||||
|
|
||||||
static unsigned long native_hwtimer_now;
|
static unsigned long native_hwtimer_now;
|
||||||
static unsigned long time_null;
|
static unsigned long time_null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user