summaryrefslogtreecommitdiffhomepage
path: root/digital
diff options
context:
space:
mode:
Diffstat (limited to 'digital')
-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)