Mail Archives: djgpp/2001/02/05/09:56:17
There is no expression for a binary constant in C. What you've found is nothing
but a (probably missing) define. Either you define B115200 as #define B115200
(baud speed of serial I assume), or you simply delete the B (because 115200
should be the right value).
Search all files for B115200. Maybe it is defined somewhere, but only will be
enabled if some other defines are made (i.e. compilation-defines in the
gcc-arguments).
If nothing can be found, check comments and docs. If nothing again, do as
described before.
Andy
- Raw text -