From: Matt Joyce <matthew.jo...@embedded-brains.de>

---
 bsp-howto/console.rst | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/bsp-howto/console.rst b/bsp-howto/console.rst
index 1ead39e..71e156d 100644
--- a/bsp-howto/console.rst
+++ b/bsp-howto/console.rst
@@ -505,13 +505,6 @@ The :c:func:`console_initialize()` function may look like 
this:
         handler = &my_driver_handler_polled;
       #endif
 
-      /*
-       * Initialize the Termios infrastructure.  If Termios has already
-       * been initialized by another device driver, then this call will
-       * have no effect.
-       */
-      rtems_termios_initialize();
-
       /* Initialize each device */
       for ( i = 0; i < RTEMS_ARRAY_SIZE( driver_context_table ) ; ++i ) {
         my_driver_context *ctx;
-- 
2.35.3

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to