From 203ea192275c6da94b4429096c350f161bc4358a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 28 Feb 2016 19:31:24 +0100 Subject: [PATCH] req_ctx: Use the linked lists between req_ctx to ensure ordering It is important we send the buffers in-order, and not re-order them between the main program and the USB host. --- firmware/src_simtrace/req_ctx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/src_simtrace/req_ctx.h b/firmware/src_simtrace/req_ctx.h index 21149aa8..995219f4 100644 --- a/firmware/src_simtrace/req_ctx.h +++ b/firmware/src_simtrace/req_ctx.h @@ -6,6 +6,8 @@ #include +#define REQ_CTX_LISTS + #define __ramfunc enum req_ctx_state {