From cb0f55a4b829d9f2198b10c224a4ca626de7ded3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Apr 2018 09:05:20 +0200 Subject: Update due to BSP source reorganization This patch is a part of the BSP source reorganization. Close #3285. --- bsp-howto/console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsp-howto/console.rst') 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 [...] -- cgit v1.2.3