git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10963 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
742957a753
commit
6a9cf0af28
|
@ -84,7 +84,7 @@ extern "C" {
|
||||||
*
|
*
|
||||||
* @param[in] etp pointer to an initialized @p event_timer_t structure.
|
* @param[in] etp pointer to an initialized @p event_timer_t structure.
|
||||||
*/
|
*/
|
||||||
static inline void vevtStop(event_timer_t *etp) {
|
static inline void evtStop(event_timer_t *etp) {
|
||||||
|
|
||||||
chVTReset(&etp->et_vt);
|
chVTReset(&etp->et_vt);
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,6 +88,9 @@
|
||||||
*** Releases and Change Log ***
|
*** Releases and Change Log ***
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
|
*** 17.6.4 ***
|
||||||
|
- LIB: Fixed typo for function evtStop (bug #897).
|
||||||
|
|
||||||
*** 17.6.3 ***
|
*** 17.6.3 ***
|
||||||
- NIL: Fixed core and Heap allocators not functional in NIL (bug #902).
|
- NIL: Fixed core and Heap allocators not functional in NIL (bug #902).
|
||||||
- HAL: Fixed function uartSendFullTimeout() failing on STM32 USARTv1 and
|
- HAL: Fixed function uartSendFullTimeout() failing on STM32 USARTv1 and
|
||||||
|
|
Loading…
Reference in New Issue