From 2e6facf66ee3d6aa37f2fb41096b1763261506a7 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 7 Dec 2019 17:17:21 +0100 Subject: eos evtq flags refactor; net buf flags refator for all modules --- code/fe310/eos/eos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/fe310/eos/eos.h') 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); -- cgit v1.2.3