RTEMS | bsps/m68k/genmcf548x/console/console.c: Fix misleading indentation (!595)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Jul 17 20:53:44 UTC 2025
Kinsey Moore started a new discussion on bsps/m68k/genmcf548x/console/console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/595#note_126746
> static void
> psc_output_char( char c )
> {
> - rtems_interrupt_level level;
> + rtems_interrupt_level level;
> +
> + rtems_interrupt_disable(level);
> + while (!((MCF548X_PSC_SR(CONSOLE_PORT) & MCF548X_PSC_SR_TXRDY))) {
> + continue;
> + }
Indentation here is still odd.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/595#note_126746
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250717/d13b33dc/attachment-0001.htm>
More information about the bugs
mailing list