summaryrefslogtreecommitdiff
path: root/digital/beacon/src/debug_avr.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/debug_avr.h')
-rw-r--r--digital/beacon/src/debug_avr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/digital/beacon/src/debug_avr.h b/digital/beacon/src/debug_avr.h
index 488d8b16..cdba61c5 100644
--- a/digital/beacon/src/debug_avr.h
+++ b/digital/beacon/src/debug_avr.h
@@ -43,4 +43,10 @@ void debug_start_stop_task(void);
/* Debug task callback */
void debug_task(void);
+/* This function stops the uart over zb mode */
+void serial_over_zigbit_stop(void);
+
+/* This function starts the uart over zb mode */
+void serial_over_zigbit_start(uint16_t addr);
+
#endif