mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Fix typos
This commit is contained in:
parent
ce21dbdc73
commit
a8d5a83cf2
@ -9,7 +9,7 @@
|
||||
*
|
||||
* @ingroup sixlowpan
|
||||
* @{
|
||||
n @file sixlowborder.c
|
||||
* @file sixlowborder.c
|
||||
* @brief constraint node implementation for a 6lowpan border router
|
||||
* @author Martin Lenders <mlenders@inf.fu-berlin.de>
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
|
@ -238,7 +238,7 @@ static icmpv6_ndp_opt_pi_t *get_opt_pi_buf(uint8_t ext_len, uint8_t opt_len)
|
||||
static icmpv6_ndp_opt_aro_t *get_opt_aro_buf(uint8_t ext_len, uint8_t opt_len)
|
||||
{
|
||||
return ((icmpv6_ndp_opt_aro_t *) &(buffer[LLHDR_ICMPV6HDR_LEN + ext_len +
|
||||
opt_len]));
|
||||
opt_len]));
|
||||
}
|
||||
|
||||
void icmpv6_send_echo_request(ipv6_addr_t *destaddr, uint16_t id, uint16_t seq, char *data, size_t data_len)
|
||||
|
Loading…
Reference in New Issue
Block a user