[PATCH 2/3] bsp-howto/console: Remove reference to deprecated function
Matthew Joyce
matthew.joyce at embedded-brains.de
Thu Mar 30 12:51:13 UTC 2023
From: Matt Joyce <matthew.joyce at 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
More information about the devel
mailing list