From 404b1628d381cfff1bb737c5bc08b0fc5a3b74fe Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 11 Dec 2019 03:46:40 +0100 Subject: added eos_bufq to msgq; net changed accordingly --- code/fe310/eos/cell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/fe310/eos/cell.h') diff --git a/code/fe310/eos/cell.h b/code/fe310/eos/cell.h index badce3d..d6f6c35 100644 --- a/code/fe310/eos/cell.h +++ b/code/fe310/eos/cell.h @@ -7,8 +7,8 @@ #define EOS_CELL_MTYPE_DATA_START 2 #define EOS_CELL_MTYPE_DATA_STOP 3 -#define EOS_CELL_MTYPE_AUDIO_START 2 -#define EOS_CELL_MTYPE_AUDIO_STOP 3 +#define EOS_CELL_MTYPE_AUDIO_START 4 +#define EOS_CELL_MTYPE_AUDIO_STOP 5 #define EOS_CELL_MAX_MTYPE 2 -- cgit v1.2.3