summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-07 16:27:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-07 16:27:51 +0200
commita830cb864d4cd1b4d386844a53da4f5eef81d3c0 (patch)
treec6f2ffd2c6f003992131505ebc97f9a6c5e61c86 /doc/bsp_howto
parenttermios: Fix transmit daemon (diff)
downloadrtems-a830cb864d4cd1b4d386844a53da4f5eef81d3c0.tar.bz2
termios: Separate flow control from normal handler
Diffstat (limited to 'doc/bsp_howto')
-rw-r--r--doc/bsp_howto/console.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bsp_howto/console.t b/doc/bsp_howto/console.t
index e35ca3636c..a165f72016 100644
--- a/doc/bsp_howto/console.t
+++ b/doc/bsp_howto/console.t
@@ -489,6 +489,7 @@ rtems_device_driver console_initialize(
major,
minor,
handler,
+ NULL,
ctx
);
if (sc != RTEMS_SUCCESSFUL) @{