Commit 88a3ef09 authored by Dimitris Lampridis's avatar Dimitris Lampridis

tst: make use of sequence number field in hmq-async-recv

parent 79342c89
......@@ -31,6 +31,7 @@ int main()
memset(msg.payload, 0, n_word * 4);
pr_debug("\t\tFilling buffer (%p) with %d 32bit numbers %d\r\n",
msg.payload, msg.header->len, n_word);
msg.header->seq = slot;
msg.header->len = n_word;
for (i = 0; i < msg.header->len; i++) {
volatile uint32_t *data = (uint32_t *)msg.payload;
......
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