mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08:00
6.4.0
This commit is contained in:
parent
6e0d9ad892
commit
7dbcb4d049
@ -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() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user