added typedef of icmp6_error
This commit is contained in:
parent
0236c6e725
commit
e8bd53cfd8
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue