summaryrefslogtreecommitdiff
path: root/src/kernel/ao_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ao_log.c')
-rw-r--r--src/kernel/ao_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/ao_log.c b/src/kernel/ao_log.c
index 3cf85a33..d9c3e00f 100644
--- a/src/kernel/ao_log.c
+++ b/src/kernel/ao_log.c
@@ -19,6 +19,7 @@
#include <ao_log.h>
#include <ao_config.h>
+__xdata uint8_t ao_log_mutex;
__pdata uint32_t ao_log_current_pos;
__pdata uint32_t ao_log_end_pos;
__pdata uint32_t ao_log_start_pos;