Fixed issue #3

pull/4/head
bzt 7 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[1] = MBOX_REQUEST; // this is a request message
mbox[2] = MBOX_TAG_GETSERIAL; // get serial number command mbox[2] = MBOX_TAG_GETSERIAL; // get serial number command
mbox[3] = 0; // no input arguments mbox[3] = 8; // buffer size
mbox[4] = 0; mbox[4] = 8;
mbox[5] = 0; // clear output buffer mbox[5] = 0; // clear output buffer
mbox[6] = 0; mbox[6] = 0;

Binary file not shown.

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

Loading…
Cancel
Save