summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon
diff options
context:
space:
mode:
authorFlorent Duchon2012-12-18 23:02:13 +0100
committerFlorent Duchon2012-12-24 17:47:58 +0100
commit08a05cf8a4fa22ff932eb5be357bd8dd66d4e326 (patch)
treedf1e579e70bb6b6d6dadd6a714e35f947aae0ed5 /digital/beacon
parent7c6b1b9da9859c86435693cdf3611fa029060cb9 (diff)
digital/beacon: modify debug task period from 700ms to 100ms
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/debug_avr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/debug_avr.h b/digital/beacon/src/debug_avr.h
index bbf9a370..36667c88 100644
--- a/digital/beacon/src/debug_avr.h
+++ b/digital/beacon/src/debug_avr.h
@@ -34,7 +34,7 @@
#define WRITE_USART HAL_WriteUsart
#define READ_USART HAL_ReadUsart
#define USART_CHANNEL APP_USART_CHANNEL
-#define DEBUG_TASK_PERIOD 700L
+#define DEBUG_TASK_PERIOD 100L
typedef enum
{