forked from Imagelibrary/rtems
Before, the console driver needed `BSP_CONSOLE_USE_INTERRUPTS` to be defined or it would not build. The intent was to use polled mode if the macro was equal to zero. This change makes it so interrupt mode is used if the macro is defined and polled mode is used if the macro is not defined.