summaryrefslogtreecommitdiffstats
path: root/bsp-howto/console.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsp-howto/console.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-howto/console.rst b/bsp-howto/console.rst
index 83b10b4..aef13a8 100644
--- a/bsp-howto/console.rst
+++ b/bsp-howto/console.rst
@@ -168,7 +168,7 @@ The handler table for the polled mode should look like the following.
.set_attributes = my_driver_set_attributes,
.ioctl = my_driver_ioctl, /* optional, may be NULL */
.mode = TERMIOS_POLLED
- }
+ };
The :c:func:`my_driver_poll_write()` routine is responsible for writing ``n``
characters from ``buf`` to the serial device specified by ``base``.