framer-802154: Style fixes
This commit is contained in:
parent
a5a9b42457
commit
c9ad9c04bd
2 changed files with 12 additions and 12 deletions
|
@ -66,9 +66,9 @@
|
||||||
|
|
||||||
#ifdef IEEE802154_CONF_PANID
|
#ifdef IEEE802154_CONF_PANID
|
||||||
#define IEEE802154_PANID IEEE802154_CONF_PANID
|
#define IEEE802154_PANID IEEE802154_CONF_PANID
|
||||||
#else
|
#else /* IEEE802154_CONF_PANID */
|
||||||
#define IEEE802154_PANID 0xABCD
|
#define IEEE802154_PANID 0xABCD
|
||||||
#endif
|
#endif /* IEEE802154_CONF_PANID */
|
||||||
|
|
||||||
/* Macros & Defines */
|
/* Macros & Defines */
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ typedef struct {
|
||||||
uint16_t src_pid; /**< Source PAN ID */
|
uint16_t src_pid; /**< Source PAN ID */
|
||||||
uint8_t src_addr[8]; /**< Source address */
|
uint8_t src_addr[8]; /**< Source address */
|
||||||
frame802154_aux_hdr_t aux_hdr; /**< Aux security header */
|
frame802154_aux_hdr_t aux_hdr; /**< Aux security header */
|
||||||
uint8_t *payload; /**< Pointer to 802.15.4 frame payload */
|
uint8_t *payload; /**< Pointer to 802.15.4 payload */
|
||||||
int payload_len; /**< Length of payload field */
|
int payload_len; /**< Length of payload field */
|
||||||
} frame802154_t;
|
} frame802154_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue