reduce HWTIMERMINOFFSET

This commit is contained in:
Ludwig Ortmann 2014-01-15 12:36:58 +01:00
parent dbcc898bcc
commit fc6cd24ece

View File

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