Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/519 
was reviewed by Chris Johns

--
  
Chris Johns started a new discussion on bsps/shared/dev/serial/arm-pl011.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/519#note_124977

 >  {
 > -  regs_base->uartdr = PL011_UARTDR_DATA_SET(regs_base->uartdr, ch);
 > +  regs_base->uartdr = PL011_UARTDR_DATA_SET(0, ch);

Why not just write `ch` to the `->uartdr`?


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/519
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to