summaryrefslogtreecommitdiff
path: root/digital/beacon/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/debug.c')
-rw-r--r--digital/beacon/src/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/digital/beacon/src/debug.c b/digital/beacon/src/debug.c
index 11af35a8..c21d0dca 100644
--- a/digital/beacon/src/debug.c
+++ b/digital/beacon/src/debug.c
@@ -28,6 +28,7 @@
#include "configuration.h"
#include "debug.h"
#include "servo.h"
+#include "network.h"
HAL_UsartDescriptor_t appUsartDescriptor; // USART descriptor (required by stack)
HAL_AppTimer_t debugTimer; // TIMER descripor used by the DEBUG task
@@ -164,4 +165,5 @@ void debug_start_stop_task(void)
void debug_task(void)
{
uprintf("------------------------- debug TASK -------------------------\r\n");
+ uprintf("NWK : status = 0x%x\r\n",network_get_status());
}