mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 23:43:42 +08:00
The BSP_output_char should output a char and not mingle with high level processing, e.g. '\n' to '\r\n' translation. Move this translation to rtems_putc(). Remove it from all the BSP_output_char implementations. Close #3122.