This commit is contained in:
QL 2019-02-13 10:24:25 -05:00
parent 6e0d9ad892
commit 7dbcb4d049

View File

@ -5,7 +5,7 @@
* @cond * @cond
****************************************************************************** ******************************************************************************
* Last updated for version 6.4.0 * Last updated for version 6.4.0
* Last updated on 2019-02-07 * Last updated on 2019-02-13
* *
* Q u a n t u m L e a P s * Q u a n t u m L e a P s
* ------------------------ * ------------------------
@ -157,7 +157,7 @@ typedef QHsm QFsm;
/*! @deprecated interface defined for backwards compatibility; /*! @deprecated interface defined for backwards compatibility;
* instead use: QEQueue_post() */ * instead use: QEQueue_post() */
#define QEQueue_postFIFO(me_, e_) \ #define QEQueue_postFIFO(me_, e_) \
((void)QEQueue_post((me_), (e_), (uint16_t)0)) ((void)QEQueue_post((me_), (e_), QF_NO_MARGIN))
/*! @deprecated name of the QActive start operation; /*! @deprecated name of the QActive start operation;
* instead use: QACTIVE_START() */ * instead use: QACTIVE_START() */