You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/05 16:30:55 UTC

[incubator-nuttx] 02/02: stm32f103-minimum/src/stm32_tone: fix style issues

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 1ef0fe36c41a00dcb0896219896bb5b981fc866a
Author: Pierre-Olivier Vauboin <po...@lambdaconcept.com>
AuthorDate: Tue May 5 17:19:46 2020 +0200

    stm32f103-minimum/src/stm32_tone: fix style issues
---
 boards/arm/stm32/stm32f103-minimum/src/stm32_tone.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/boards/arm/stm32/stm32f103-minimum/src/stm32_tone.c b/boards/arm/stm32/stm32f103-minimum/src/stm32_tone.c
index c9d7ae2..a06886d 100644
--- a/boards/arm/stm32/stm32f103-minimum/src/stm32_tone.c
+++ b/boards/arm/stm32/stm32f103-minimum/src/stm32_tone.c
@@ -55,7 +55,8 @@
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/
-/* Configuration ********************************************************************/
+
+/* Configuration ************************************************************/
 
 #define HAVE_TONE 1