diff --git a/bsps/arm/tms570/console/tms570-sci.c b/bsps/arm/tms570/console/tms570-sci.c index 6cb61f2b5d..5e90dd4004 100644 --- a/bsps/arm/tms570/console/tms570-sci.c +++ b/bsps/arm/tms570/console/tms570-sci.c @@ -296,7 +296,7 @@ bool tms570_sci_set_attributes( } /* Apply baudrate to the hardware */ - baudrate *= 2 * 16; + baudrate *= 16; bauddiv = (TMS570_VCLK_HZ + baudrate / 2) / baudrate; ctx->regs->BRS = bauddiv? bauddiv - 1: 0;