mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
framer-802154: Style fixes
This commit is contained in:
parent
a5a9b42457
commit
c9ad9c04bd
@ -66,9 +66,9 @@
|
||||
|
||||
#ifdef IEEE802154_CONF_PANID
|
||||
#define IEEE802154_PANID IEEE802154_CONF_PANID
|
||||
#else
|
||||
#else /* IEEE802154_CONF_PANID */
|
||||
#define IEEE802154_PANID 0xABCD
|
||||
#endif
|
||||
#endif /* IEEE802154_CONF_PANID */
|
||||
|
||||
/* Macros & Defines */
|
||||
|
||||
@ -159,7 +159,7 @@ typedef struct {
|
||||
uint16_t src_pid; /**< Source PAN ID */
|
||||
uint8_t src_addr[8]; /**< Source address */
|
||||
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 */
|
||||
} frame802154_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user