summaryrefslogtreecommitdiff
path: root/digital/beacon/src
diff options
context:
space:
mode:
authorFlorent Duchon2012-12-24 16:14:16 +0100
committerFlorent Duchon2012-12-24 17:51:11 +0100
commit1f937f10df96770b4c566626d316ea6a50ecedae (patch)
tree8e373cab1a4f6bf5eced0f51b1352e312c5de125 /digital/beacon/src
parentb5c67583d1c5dddd91aa0736d241bf8b536b0adf (diff)
digital/beacon: add debug network variable enable
Diffstat (limited to 'digital/beacon/src')
-rw-r--r--digital/beacon/src/debug_avr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/beacon/src/debug_avr.c b/digital/beacon/src/debug_avr.c
index 4f1eb9f2..475068e8 100644
--- a/digital/beacon/src/debug_avr.c
+++ b/digital/beacon/src/debug_avr.c
@@ -49,6 +49,7 @@ static uint16_t start_offset = 0; // Start offset for TX buffer
static uint16_t end_offset = 0; // Stop offset for TX buffer
uint8_t debug_network = 0;
+uint8_t debug_network_enable = 0;
/* This function initializes the USART interface for debugging on avr */
void initSerialInterface(void)