Standardize naming used for public data and function groupings
This commit is contained in:
parent
e9447c6058
commit
e3ad56043e
@ -84,7 +84,7 @@
|
||||
**************************************************************************/
|
||||
|
||||
/**************************************************************************
|
||||
* Global Variables
|
||||
* Public Data
|
||||
**************************************************************************/
|
||||
|
||||
/**************************************************************************
|
||||
|
@ -78,7 +78,7 @@
|
||||
**************************************************************************/
|
||||
|
||||
/**************************************************************************
|
||||
* Global Variables
|
||||
* Public Data
|
||||
**************************************************************************/
|
||||
|
||||
/**************************************************************************
|
||||
|
@ -38,7 +38,7 @@ extern "C"
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_MB_ASCII_ENABLED
|
||||
|
@ -33,7 +33,7 @@
|
||||
#define __APPS_MODBUS_RTU_MBCRC_H
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
uint16_t usMBCRC16(uint8_t *pucFrame, uint16_t usLen);
|
||||
|
@ -339,7 +339,7 @@ static uint8_t dhcpc_parsemsg(struct dhcpc_state_s *pdhcpc, int buflen,
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -97,7 +97,7 @@ void httpd_memstats(void)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_THTTPD_MEMDEBUG
|
||||
|
@ -48,7 +48,7 @@
|
||||
#ifdef CONFIG_THTTPD
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/* Allows all memory management calls to be intercepted */
|
||||
|
@ -186,7 +186,7 @@ static void readline_write(FAR struct rl_common_s *vtbl,
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Functions
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -158,11 +158,11 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __APPS_SYSTEM_ZMODEM_HOST_NUTTX_COMPILER_H */
|
||||
|
Loading…
Reference in New Issue
Block a user