]> git.tdb.fi Git - libs/core.git/commit
Use direct constant values for non-POSIX baud rates
authorMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 10:48:57 +0000 (13:48 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 10:48:57 +0000 (13:48 +0300)
commit5a940cb77994f0a86bb039931f4d18033222bf16
tree47fe79fccee94edf766b8f26bcb95e847df8b707
parentb4664bc8a51e2b78e9325feecc196a426ac4fc38
Use direct constant values for non-POSIX baud rates

Not all systems (particularly older ones) have #defines for the extended
baud rates, and the standard doesn't provide anything to check their
existence either.
source/io/unix/serial.cpp