mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
added typedef of icmp6_error
This commit is contained in:
parent
0236c6e725
commit
e8bd53cfd8
@ -96,9 +96,9 @@
|
|||||||
#define UIP_ICMP6_ERROR_LEN 4
|
#define UIP_ICMP6_ERROR_LEN 4
|
||||||
|
|
||||||
/** \brief ICMPv6 Error message constant part */
|
/** \brief ICMPv6 Error message constant part */
|
||||||
struct uip_icmp6_error{
|
typedef struct uip_icmp6_error{
|
||||||
u32_t param;
|
u32_t param;
|
||||||
};
|
} uip_icmp6_error;
|
||||||
|
|
||||||
/** \name ICMPv6 RFC4443 Message processing and sending */
|
/** \name ICMPv6 RFC4443 Message processing and sending */
|
||||||
/** @{ */
|
/** @{ */
|
||||||
|
Loading…
Reference in New Issue
Block a user