1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

reduce LTC_TIMER_INTERVAL by the factor of 10 to be more precise

This commit is contained in:
Christian Mehlis 2013-12-10 22:22:33 +01:00
parent 7bc09fdc0f
commit fc80c22c3c

View File

@ -29,7 +29,7 @@
#include "hwtimer.h"
#define native_ltc4150_startup_delay 10
#define LTC_TIMER_INTERVAL (100 * 1000UL) // 100 ms
#define LTC_TIMER_INTERVAL (10 * 1000UL) // 10 ms
static int _int_enabled;
static int hwtimer_id;