This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Bug in Redboot variable baudrate



On 26-Jun-2001 Jordi Colomer wrote:
> 
> 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.

Now fixed, thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]