Fixed bug #453.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6620 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
072b08c9e8
commit
038d1a9c00
|
@ -66,7 +66,7 @@ extern "C" {
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
static inline void chprintf(BaseSequentialStream *chp, const char *fmt, ...) {
|
static INLINE void chprintf(BaseSequentialStream *chp, const char *fmt, ...) {
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
|
||||||
va_start(ap, fmt);
|
va_start(ap, fmt);
|
||||||
|
|
|
@ -89,6 +89,8 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.7.0 ***
|
*** 2.7.0 ***
|
||||||
|
- FIX: Fixed chprintf() does not compile in strict C90 mode (bug #453)
|
||||||
|
(backported to 2.6.3).
|
||||||
- FIX: Fixed wrong vector names for STM32Lxx (bug #451)(backported
|
- FIX: Fixed wrong vector names for STM32Lxx (bug #451)(backported
|
||||||
to 2.4.6 and 2.6.2).
|
to 2.4.6 and 2.6.2).
|
||||||
- FIX: Fixed wrong STM32_TIM_CCMR2_OCxM macros on STM32F30x (bug #449)
|
- FIX: Fixed wrong STM32_TIM_CCMR2_OCxM macros on STM32F30x (bug #449)
|
||||||
|
|
Loading…
Reference in New Issue