summaryrefslogtreecommitdiff
path: root/code/fe310/eos/eos.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2019-12-07 17:17:21 +0100
committerUros Majstorovic <majstor@majstor.org>2019-12-07 17:17:21 +0100
commit2e6facf66ee3d6aa37f2fb41096b1763261506a7 (patch)
tree61ecbe97cb53f1371c655b8564cc269bffd07ce1 /code/fe310/eos/eos.h
parent040f4333678f46f3558e604014d460076244af6b (diff)
eos evtq flags refactor; net buf flags refator for all modules
Diffstat (limited to 'code/fe310/eos/eos.h')
-rw-r--r--code/fe310/eos/eos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/fe310/eos/eos.h b/code/fe310/eos/eos.h
index f1d7907..08bd10b 100644
--- a/code/fe310/eos/eos.h
+++ b/code/fe310/eos/eos.h
@@ -1,7 +1,7 @@
#define EOS_OK 0
#define EOS_ERR -1
-#define EOS_ERR_Q_FULL -10
-#define EOS_ERR_Q_EMPTY -11
+#define EOS_ERR_FULL -10
+#define EOS_ERR_EMPTY -11
#define EOS_ERR_NET -20
void eos_init(void);