Avi Weiss commented on a discussion on bsps/arm/tms570/console/tms570-sci.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1216#note_148970 > */ > > /* Baud rate */ > - baudrate = rtems_termios_baud_to_number(cfgetospeed(t)); > + speed = cfgetospeed(t); > + baudrate = rtems_termios_baud_to_number(speed); @opticron just for clarity but it's not necessary - I removed it. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1216#note_148970 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
