Kinsey Moore started a new discussion on bsps/arm/tms570/console/tms570-sci.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1216#note_148947 > */ > > /* Baud rate */ > - baudrate = rtems_termios_baud_to_number(cfgetospeed(t)); > + speed = cfgetospeed(t); > + baudrate = rtems_termios_baud_to_number(speed); Why is speed broken out if it's otherwise unused? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1216#note_148947 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
