mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix the wrong comment banner
"Private Type"->"Private Types" "Public Data Type"->"Public Types" Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
6a8344bf37
commit
083eb5e993
17 changed files with 17 additions and 17 deletions
|
|
@ -44,7 +44,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct atcmd_postprocarg_t
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include <lte/lte_lwm2m.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef int (*atreply_parser_t)(FAR char *reply, int len, void *arg);
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#include "alt1250_usockif.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef CODE int (*postproc_hdlr_t)(FAR struct alt1250_s *dev,
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include "alt1250_evt.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct reset_arg_s
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
#define WRITESET_BIT (1 << 1)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct select_params_s
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@
|
|||
(usockif_sendtxready((d)->usockfd, USOCKET_USOCKID(s)))
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
struct alt1250_s;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
#define REP_SEND_DACK_RXREADY W_CONTAINER_FREE(11)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef int (*usrsock_reqhandler_t)(FAR struct alt1250_s *dev,
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
usockif_sendevent((fff), (iii), USRSOCK_EVENT_RECVFROM_AVAIL)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
union usrsock_requests_u
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#define LTE_IMAGE_PERT_SIZE (256)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
struct delta_header_s
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
#define SMS_SET_MSG_INDEX(info, x) ((info)->msg_index = (x))
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
enum sms_state_e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue