1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

lint: fix syntax error caused by ifdef mess

This commit is contained in:
Hinnerk van Bruinehsen 2014-11-28 01:17:55 +01:00
parent 59a6e5836b
commit 9f80fa235b

View File

@ -306,10 +306,10 @@ int rpl_srh_sendto(const void *buf, uint16_t len, ipv6_addr_t *src, ipv6_addr_t
* */
void rpl_remove_srh_header(ipv6_hdr_t *ipv6_header, const void *buf, uint8_t nextheader);
#endif /* RPL_DEFAULT_MOP == RPL_NON_STORING_MODE */
#ifdef __cplusplus
}
#endif
#endif
/** @} */
#endif /* __RPL_H */