From eef5b5504018cfef386dab7e088c12b619039413 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 4 Sep 2024 20:49:39 +0200 Subject: error codes fix --- fw/fe310/eos/eos.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fw/fe310/eos/eos.h') 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 -- cgit v1.2.3