public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Bug in Redboot variable baudrate
@ 2001-06-26 12:36 Jordi Colomer
  2001-06-26 13:45 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Jordi Colomer @ 2001-06-26 12:36 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [ECOS] Bug in Redboot variable baudrate
  2001-06-26 12:36 [ECOS] Bug in Redboot variable baudrate Jordi Colomer
@ 2001-06-26 13:45 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2001-06-26 13:45 UTC (permalink / raw)
  To: Jordi Colomer; +Cc: ecos-discuss

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-26 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-26 12:36 [ECOS] Bug in Redboot variable baudrate Jordi Colomer
2001-06-26 13:45 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).