Commit ecc4a731 authored by Claes Sjofors's avatar Claes Sjofors

Remote mq, message buffer size increased, and prio value set

parent 9cc392f4
......@@ -129,8 +129,8 @@ void RemoteSleep(float time)
unsigned int bmq_receive()
{
char buf[16384];
char prio;
char buf[32767];
char prio = 0;
q_address source;
int16 class, type, len, len_data;
struct PSB psb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment