From 1f937f10df96770b4c566626d316ea6a50ecedae Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Mon, 24 Dec 2012 16:14:16 +0100 Subject: digital/beacon: add debug network variable enable --- digital/beacon/src/debug_avr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'digital/beacon') 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) -- cgit v1.2.3