Skip to content

Commit a99c511

Browse files
prep for qpc v8: QF_EQUEUE_CTR_SIZE to 2.
32bit counters are being eliminated.
1 parent 2e298c9 commit a99c511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpputest-for-qpc-lib/include/qp_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern "C" {
4242
#define QF_MAX_TICK_RATE 2U
4343
#define QACTIVE_CAN_STOP 1
4444
#define QF_EVENT_SIZ_SIZE 4U
45-
#define QF_EQUEUE_CTR_SIZE 4U
45+
#define QF_EQUEUE_CTR_SIZE 2U
4646
#define QF_MPOOL_SIZ_SIZE 4U
4747
#define QF_MPOOL_CTR_SIZE 4U
4848
#define QF_TIMEEVT_CTR_SIZE 4U

0 commit comments

Comments
 (0)