pc_serial: fix divisor values for baudrates 1200 and 1800
Change-Id: I57981b4c6f1b1ed22bea98d1199e86919f5ff30d Reviewed-on: https://review.haiku-os.org/c/haiku/+/5544 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
parent
e89109f5df
commit
c4af8d0676
@ -46,8 +46,8 @@ static const uint32 sDefaultRates[] = {
|
||||
512, //B200
|
||||
384, //B300
|
||||
192, //B600
|
||||
0, //B1200
|
||||
0, //B1800
|
||||
96, //B1200
|
||||
64, //B1800
|
||||
48, //B2400
|
||||
24, //B4800
|
||||
12, //B9600
|
||||
|
Loading…
x
Reference in New Issue
Block a user