Skip to content

Commit fcea994

Browse files
committed
7.3.3
QS-RX adaptation for MPU isolation
1 parent 0150f5a commit fcea994

File tree

8 files changed

+817
-783
lines changed

8 files changed

+817
-783
lines changed

examples

Submodule examples updated 39 files

include/qpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ static inline void QF_psInit(
162162

163163
//! @deprecated begin of a user QS record, instead use QS_BEGIN_ID()
164164
#define QS_BEGIN(rec_, obj_) \
165-
if (((QS_filt_.glb[(uint_fast8_t)(rec_) >> 3U] \
165+
if (((QS_filt_.glb[(uint_fast8_t)(rec_) >> 3U] \
166166
& (1U << ((uint_fast8_t)(rec_) & 7U))) != 0U) \
167167
&& ((QS_priv_.locFilter_AP == (void *)0) \
168168
|| (QS_priv_.locFilter_AP == (obj_)))) \

0 commit comments

Comments
 (0)