mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
logging: 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
94d02aaaf2
commit
d62db5eb38
3 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include <logging/nxscope/nxscope.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct nxscope_intf_dummy_s
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include <logging/nxscope/nxscope.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct nxscope_intf_ser_s
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#define NXSCOPE_CRC_LEN (sizeof(uint16_t))
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* Nxscope serial protocol frame:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue