summaryrefslogtreecommitdiffstats
path: root/bsp-howto/console.rst
diff options
context:
space:
mode:
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
[...]