mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
modbus: 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
d62db5eb38
commit
1d3abc2651
3 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@
|
|||
#define MB_SER_PDU_PDU_OFF 1 /* Offset of Modbus-PDU in Ser-PDU. */
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Typess
|
||||
****************************************************************************/
|
||||
|
||||
typedef enum
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
#define MB_SER_PDU_PDU_OFF 1 /* Offset of Modbus-PDU in Ser-PDU. */
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Typess
|
||||
****************************************************************************/
|
||||
|
||||
typedef enum
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
#define MB_SER_PDU_PDU_OFF 1 /* Offset of Modbus-PDU in Ser-PDU. */
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Typess
|
||||
****************************************************************************/
|
||||
|
||||
typedef enum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue