mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
Enabled Ada95 interrupt support chapter and reformatted a
bunch of stuff to avoid line wrappings.
This commit is contained in:
@@ -268,7 +268,8 @@ usually consists of:
|
||||
@item If interrupt driven, register the console interrupt routine to RTEMS:
|
||||
|
||||
@example
|
||||
rtems_interrupt_catch (InterruptHandler,CONSOLE_VECTOR,&old_handler);
|
||||
rtems_interrupt_catch(
|
||||
InterruptHandler, CONSOLE_VECTOR, &old_handler);
|
||||
@end example
|
||||
|
||||
@item enable the UART channels.
|
||||
|
||||
Reference in New Issue
Block a user