diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-12-11 03:46:40 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-12-11 03:46:40 +0100 |
commit | 404b1628d381cfff1bb737c5bc08b0fc5a3b74fe (patch) | |
tree | 7a88dd274534e60423f5868d3c7d93d63b954030 /code/fe310/eos/cell.h | |
parent | 602d0d803eb9607dcd949f3ea5ff27c14db4085b (diff) |
added eos_bufq to msgq; net changed accordingly
Diffstat (limited to 'code/fe310/eos/cell.h')
-rw-r--r-- | code/fe310/eos/cell.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |