From eb9227e185d3cf3b3c915ef537058f5308a846ef Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Thu, 18 May 2023 00:46:29 +0300 Subject: [PATCH] include/nuttx/serial: remove unrelated comments Signed-off-by: Petro Karashchenko --- include/nuttx/serial/uart_pl011.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/include/nuttx/serial/uart_pl011.h b/include/nuttx/serial/uart_pl011.h index 52de87d9bf..31a0f09c31 100644 --- a/include/nuttx/serial/uart_pl011.h +++ b/include/nuttx/serial/uart_pl011.h @@ -34,23 +34,12 @@ ****************************************************************************/ /**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Public Functions Definitions + * Public Functions Prototypes ****************************************************************************/ void pl011_earlyserialinit(void); void pl011_serialinit(void); -/**************************************************************************** - * Public Types - ****************************************************************************/ - -/**************************************************************************** - * Inline Functions - ****************************************************************************/ #endif /* CONFIG_UART_PL011 */ #endif /* __INCLUDE_NUTTX_SERIAL_UART_PL011_H */