This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit eb9227e185d3cf3b3c915ef537058f5308a846ef Author: Petro Karashchenko <[email protected]> AuthorDate: Thu May 18 00:46:29 2023 +0300 include/nuttx/serial: remove unrelated comments Signed-off-by: Petro Karashchenko <[email protected]> --- 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 */
