Enabled Ada95 interrupt support chapter and reformatted a

bunch of stuff to avoid line wrappings.
This commit is contained in:
Joel Sherrill
1999-10-25 16:32:13 +00:00
parent 8379ada798
commit 90d02e9973
6 changed files with 48 additions and 35 deletions

View File

@@ -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.