summaryrefslogtreecommitdiff
path: root/source/com_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/com_task.h')
-rw-r--r--source/com_task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com_task.h b/source/com_task.h
index 72ca858..46728ac 100644
--- a/source/com_task.h
+++ b/source/com_task.h
@@ -165,7 +165,7 @@ struct register_struct {
uint16_t tsc_yp;
} gen_regs;
-extern uint8_t registers[APALIS_TK1_K20_LAST_REG];
+extern volatile uint8_t registers[APALIS_TK1_K20_LAST_REG];
extern uint8_t resume_can;
#endif /* COM_TASK_H_ */