mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples: unify Private Types banners
unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
291373732f
commit
94d02aaaf2
10 changed files with 10 additions and 10 deletions
|
|
@ -63,7 +63,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_EXAMPLES_FOC_HAVE_BUTTON
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
#define FOC_FLOAT_IDENT_IND_MAX ftob16(2.0f)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
#define FOC_FLOAT_IDENT_IND_MAX (2.0f)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: Private Types
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct ipfwd_tun_s
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
#define SIN_DT (0.01f)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct nxscope_thr_env_s
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
#define DEMO_FLASH_BRIGHTNESS_SET 100.0
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* Example modes */
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* Application arguments */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue