summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eos.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2024-09-04 20:49:39 +0200
committerUros Majstorovic <majstor@majstor.org>2024-09-04 20:49:39 +0200
commiteef5b5504018cfef386dab7e088c12b619039413 (patch)
tree02c96fe377408830b377dbd0db73e82410bf0601 /fw/fe310/eos/eos.h
parentba6cbdfbecc9cb9bc5f4078b63e6889538e6ed93 (diff)
error codes fix
Diffstat (limited to 'fw/fe310/eos/eos.h')
-rw-r--r--fw/fe310/eos/eos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fw/fe310/eos/eos.h b/fw/fe310/eos/eos.h
index fabaaab..5158acd 100644
--- a/fw/fe310/eos/eos.h
+++ b/fw/fe310/eos/eos.h
@@ -9,7 +9,8 @@
#define EOS_ERR_FULL -11
#define EOS_ERR_EMPTY -12
#define EOS_ERR_NOTFOUND -13
-#define EOS_ERR_ABSENT -14
+
+#define EOS_ERR_NOMEM -100
#define EOS_ERR_NET -20