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:
Oscar Lesta 2022-08-12 07:37:54 +00:00 committed by Jérôme Duval
parent e89109f5df
commit c4af8d0676

View File

@ -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