Fixed bug #897.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10964 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
8359e7be77
commit
9f996a93b0
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -150,6 +150,8 @@
|
||||||
dependencies and configuration directories. This makes possible
|
dependencies and configuration directories. This makes possible
|
||||||
to have multiple non-conflicting makefiles in the same project.
|
to have multiple non-conflicting makefiles in the same project.
|
||||||
Updated the various platform.mk implementing "smart build" mode.
|
Updated the various platform.mk implementing "smart build" mode.
|
||||||
|
- LIB: Fixed typo for function evtStop (bug #897)(backported to 17.6.4
|
||||||
|
and 16.1.10).
|
||||||
- NIL: Fixed core and Heap allocators not functional in NIL (bug #902)
|
- NIL: Fixed core and Heap allocators not functional in NIL (bug #902)
|
||||||
(backported to 17.6.3).
|
(backported to 17.6.3).
|
||||||
- HAL: Fixed function uartSendFullTimeout() failing on STM32 USARTv1 and
|
- HAL: Fixed function uartSendFullTimeout() failing on STM32 USARTv1 and
|
||||||
|
|
Loading…
Reference in New Issue