FreeCalypso > hg > tcs211-pirelli
changeset 23:b700c3cdd224
Trace UART driver: set 812500 baud instead of 406250 to make ext LCD out "work"
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Sep 2015 00:23:04 +0000 |
parents | 89f63833708e |
children | 8c123ecfcb52 |
files | chipsetsw/drivers/drv_core/uart/uart.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/drivers/drv_core/uart/uart.c Sun Sep 06 23:33:47 2015 +0000 +++ b/chipsetsw/drivers/drv_core/uart/uart.c Mon Sep 07 00:23:04 2015 +0000 @@ -300,7 +300,7 @@ static const SYS_UWORD8 dll[] = { - 2, /* 406250 baud. */ + 1, /* 812500 baud. */ /* FreeCalypso hack for external LCD out */ 7, /* 115200 baud. */ 14, /* 57600 baud. */ 21, /* 38400 baud. */