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/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new a506012 arch/arm/src/stm32/stm32_uart.h: Fix nxstyle complaints.
a506012 is described below
commit a506012074f9040f75f26c84c33b3a953666c80b
Author: Ouss4 <[email protected]>
AuthorDate: Tue Mar 10 11:47:33 2020 +0000
arch/arm/src/stm32/stm32_uart.h: Fix nxstyle complaints.
---
arch/arm/src/stm32/stm32_uart.h | 3 ++-
arch/arm/src/stm32f7/stm32_uart.h | 3 ++-
arch/arm/src/stm32h7/stm32_uart.h | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/arch/arm/src/stm32/stm32_uart.h b/arch/arm/src/stm32/stm32_uart.h
index a4117c5..8695a80 100644
--- a/arch/arm/src/stm32/stm32_uart.h
+++ b/arch/arm/src/stm32/stm32_uart.h
@@ -63,6 +63,7 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
+
/* Make sure that we have not enabled more U[S]ARTs than are supported by the
* device.
*/
@@ -409,7 +410,7 @@ extern "C"
#endif
/************************************************************************************
- * Public Functions
+ * Public Functions Prototypes
************************************************************************************/
/************************************************************************************
diff --git a/arch/arm/src/stm32f7/stm32_uart.h
b/arch/arm/src/stm32f7/stm32_uart.h
index 1ce0a7f..be9f086 100644
--- a/arch/arm/src/stm32f7/stm32_uart.h
+++ b/arch/arm/src/stm32f7/stm32_uart.h
@@ -48,6 +48,7 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
+
/* Make sure that we have not enabled more U[S]ARTs than are supported by the
* device.
*/
@@ -388,7 +389,7 @@ extern "C"
#endif
/************************************************************************************
- * Public Functions
+ * Public Functions Prototypes
************************************************************************************/
/************************************************************************************
diff --git a/arch/arm/src/stm32h7/stm32_uart.h
b/arch/arm/src/stm32h7/stm32_uart.h
index c6cab46..b108aa9 100644
--- a/arch/arm/src/stm32h7/stm32_uart.h
+++ b/arch/arm/src/stm32h7/stm32_uart.h
@@ -48,6 +48,7 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
+
/* Make sure that we have not enabled more U[S]ARTs than are supported by the
* device.
*/
@@ -217,7 +218,7 @@ extern "C"
#endif
/************************************************************************************
- * Public Functions
+ * Public Functions Prototypes
************************************************************************************/
/************************************************************************************