From 8c6c68e92d6b4c8aa5e2fcc784ed52da40845acc Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 13 Oct 2019 02:05:03 +0200 Subject: net refactor; rename cmd -> type --- code/fe310/eos/msgq_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/fe310/eos/msgq_def.h') diff --git a/code/fe310/eos/msgq_def.h b/code/fe310/eos/msgq_def.h index 733fc39..53d71f2 100644 --- a/code/fe310/eos/msgq_def.h +++ b/code/fe310/eos/msgq_def.h @@ -5,6 +5,6 @@ #define MSGQ_OFF_ARRAY 4 #define MSGQ_ITEM_SIZE 12 -#define MSGQ_ITEM_OFF_CMD 0 +#define MSGQ_ITEM_OFF_TYPE 0 #define MSGQ_ITEM_OFF_BUF 4 #define MSGQ_ITEM_OFF_SIZE 8 -- cgit v1.2.3