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]

Bug in Redboot variable baudrate



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


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