mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
7.1.1
This commit is contained in:
parent
f4c1bfac79
commit
ca0d840bd6
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user