Closed tiagonj closed 3 years ago
In src/qf/qf_time.c function QF_noTimeEvtsActiveX() used to (circa version 5.6) have the following check
src/qf/qf_time.c
QF_noTimeEvtsActiveX()
5.6
/** @pre the tick rate must be in range */ Q_REQUIRE_ID(200, tickRate < (uint_fast8_t)QF_MAX_TICK_RATE);
which no longer exists.
Was this removal intentional?
The precondition inside the function noTimeEvtsActiveX() will be restored in QP/C 6.9.4.
noTimeEvtsActiveX()
In
src/qf/qf_time.c
functionQF_noTimeEvtsActiveX()
used to (circa version5.6
) have the following checkwhich no longer exists.
Was this removal intentional?