This commit is contained in:
MMS 2022-09-22 15:34:49 -04:00
parent f4c1bfac79
commit ca0d840bd6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/** @page history Revision History
@section qpcpp_7_1_1 Version 7.1.1, 2022-09-30 (planned)
@section qpcpp_7_1_1 Version 7.1.1, 2022-09-30
This release improves @ref srs_qs "software tracing" of the scheduler activity in the preemptive @ref srs_qk "QK" and @ref srs_qxk "QXK" kernels.
@note

View File

@ -167,7 +167,7 @@ bool QActive::post_(QEvt const * const e, std::uint_fast16_t const margin,
- reinterpret_cast<OS_Q_DATA *>(m_eQueue)->OSNMsgs);
bool status;
if (margin == QF_NO_MARGIN) {
if (margin == QF::NO_MARGIN) {
if (nFree > 0U) {
status = true; // can post
}