reduce minimal timer from 100ms to 10ms

This commit is contained in:
Christian Mehlis 2013-12-10 22:08:15 +01:00
parent df5ac883e1
commit b17ffabce5

View File

@ -45,7 +45,7 @@
#include "debug.h" #include "debug.h"
#define HWTIMERMINOFFSET 100000 #define HWTIMERMINOFFSET (10 * 1000UL) // 10 ms
static unsigned long native_hwtimer_now; static unsigned long native_hwtimer_now;
static unsigned long time_null; static unsigned long time_null;