aboutsummaryrefslogtreecommitdiffstats
path: root/glcd/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcd/worker.h')
-rw-r--r--glcd/worker.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/glcd/worker.h b/glcd/worker.h
index 53d3c09f..e3f257c9 100644
--- a/glcd/worker.h
+++ b/glcd/worker.h
@@ -22,9 +22,10 @@ enum glcd_result { GLCD_DONE,
GLCD_PROGRESS,
};
+typedef enum glcd_result glcd_result_t;
+
#define _glcd_msg_base \
- enum glcd_action action; \
- enum glcd_result result;
+ enum glcd_action action;
struct glcd_msg_base {
_glcd_msg_base