[ECOS] Bug in Redboot variable baudrate

Jordi Colomer jco@ict.es
Tue Jun 26 12:36:00 GMT 2001


Hi, all.

I've found this little mistype in redboot/../flash.c.
Note that _VARIBLE_ must be _VARIABLE_

#ifdef CYGSEM_REDBOOT_VARIBLE_BAUD_RATE
    if (flash_get_config("console_baud_rate", &console_baud_rate,
CONFIG_INT))
        extern void set_console_baud_rate(int);
        set_console_baud_rate(console_baud_rate);
    }
#endif

Recently downloaded from CVS, so I guess this one is still in the tree.

Jordi Colomer



More information about the Ecos-discuss mailing list