Fixed issue #3

pull/4/head
bzt 6 years ago
parent e1c97f2904
commit a798ff59f4

Binary file not shown.

@ -36,8 +36,8 @@ void main()
mbox[1] = MBOX_REQUEST; // this is a request message
mbox[2] = MBOX_TAG_GETSERIAL; // get serial number command
mbox[3] = 0; // no input arguments
mbox[4] = 0;
mbox[3] = 8; // buffer size
mbox[4] = 8;
mbox[5] = 0; // clear output buffer
mbox[6] = 0;

Binary file not shown.

@ -36,8 +36,8 @@ void main()
mbox[1] = MBOX_REQUEST; // this is a request message
mbox[2] = MBOX_TAG_GETSERIAL; // get serial number command
mbox[3] = 0; // no input arguments
mbox[4] = 0;
mbox[3] = 8; // buffer size
mbox[4] = 8;
mbox[5] = 0; // clear output buffer
mbox[6] = 0;

Loading…
Cancel
Save