summaryrefslogtreecommitdiffstats
path: root/bsp-howto/console.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 09:05:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-27 12:49:57 +0200
commitcb0f55a4b829d9f2198b10c224a4ca626de7ded3 (patch)
treed413bafaadcfb8433da155798e1799fd2c1661f3 /bsp-howto/console.rst
parentbsp-howto: Avoid :file: role with ${...} (diff)
downloadrtems-docs-cb0f55a4b829d9f2198b10c224a4ca626de7ded3.tar.bz2
Update due to BSP source reorganization
This patch is a part of the BSP source reorganization. Close #3285.
Diffstat (limited to 'bsp-howto/console.rst')
-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 0453b37..5916cf7 100644
--- a/bsp-howto/console.rst
+++ b/bsp-howto/console.rst
@@ -61,7 +61,7 @@ A new serial device driver should consist of three parts.
.. code-block:: makefile
[...]
- libbsp_a_SOURCES += ../../shared/console-termios.c
+ libbsp_a_SOURCES += ../../shared/dev/serial/console-termios.c
libbsp_a_SOURCES += console/console.c
[...]