summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/console.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 16:32:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 16:32:13 +0000
commit90d02e997376428c895cd0e8b87ef94d1e6fea52 (patch)
tree1361e004f8df246fa9114a64275621f2fb813db8 /doc/bsp_howto/console.t
parentPatch from Eric Norum <eric@cls.usask.ca> to address the following problem (diff)
downloadrtems-90d02e997376428c895cd0e8b87ef94d1e6fea52.tar.bz2
Enabled Ada95 interrupt support chapter and reformatted a
bunch of stuff to avoid line wrappings.
Diffstat (limited to 'doc/bsp_howto/console.t')
-rw-r--r--doc/bsp_howto/console.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bsp_howto/console.t b/doc/bsp_howto/console.t
index 12e2dadc6d..1480580e60 100644
--- a/doc/bsp_howto/console.t
+++ b/doc/bsp_howto/console.t
@@ -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.