From 1af8404c54f9c8d3caa2ac3523c2a5f014aecb1c Mon Sep 17 00:00:00 2001 From: Yuxin Zhou Date: Thu, 14 Oct 2021 00:51:26 +0000 Subject: Release 6.1.9 --- common/src/txe_queue_flush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/txe_queue_flush.c') diff --git a/common/src/txe_queue_flush.c b/common/src/txe_queue_flush.c index 87f3469e..611b7b51 100644 --- a/common/src/txe_queue_flush.c +++ b/common/src/txe_queue_flush.c @@ -83,7 +83,7 @@ UINT status; /* Queue pointer is invalid, return appropriate error code. */ status = TX_QUEUE_ERROR; } - + /* Now check for invalid queue ID. */ else if (queue_ptr -> tx_queue_id != TX_QUEUE_ID) { -- cgit v1.3.1