summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/console.t
diff options
context:
space:
mode:
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.