mirror of
https://github.com/fail0verflow/mini.git
synced 2026-09-07 18:15:54 -05:00
added version lock between ccat and mini to fix bug 17
This commit is contained in:
2
ipc.c
2
ipc.c
@@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include "panic.h"
|
||||
|
||||
#define MINI_VERSION_MAJOR 1
|
||||
#define MINI_VERSION_MINOR 0
|
||||
#define MINI_VERSION_MINOR 1
|
||||
|
||||
static volatile ipc_request in_queue[IPC_IN_SIZE] ALIGNED(32) MEM2_BSS;
|
||||
static volatile ipc_request out_queue[IPC_OUT_SIZE] ALIGNED(32) MEM2_BSS;
|
||||
|
||||
Reference in New Issue
Block a user