reduce minimal timer from 100ms to 10ms
This commit is contained in:
parent
df5ac883e1
commit
b17ffabce5
@ -45,7 +45,7 @@
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
#define HWTIMERMINOFFSET 100000
|
||||
#define HWTIMERMINOFFSET (10 * 1000UL) // 10 ms
|
||||
|
||||
static unsigned long native_hwtimer_now;
|
||||
static unsigned long time_null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user