From 8e0cadbc0bf1ac416b1ebfb7c5926f47cb68da64 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Tue, 2 Apr 2013 17:40:44 +0200 Subject: digital/beacon: slow down debug task frequency --- digital/beacon/src/debug_avr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digital/beacon/src/debug_avr.h b/digital/beacon/src/debug_avr.h index e262462c..488d8b16 100644 --- a/digital/beacon/src/debug_avr.h +++ b/digital/beacon/src/debug_avr.h @@ -29,7 +29,7 @@ #include #include "configuration.h" -#define DEBUG_TASK_PERIOD 100L +#define DEBUG_TASK_PERIOD 500L /* This function initializes the USART interface for debugging on avr */ void initSerialInterface(void); -- cgit v1.2.3