mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
parent
d5848d687c
commit
138f25811c
@ -15,8 +15,8 @@
|
|||||||
*
|
*
|
||||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||||
*/
|
*/
|
||||||
#ifndef __TESTS_PKTBUF_H_
|
#ifndef TESTS_PKTBUF_H_
|
||||||
#define __TESTS_PKTBUF_H_
|
#define TESTS_PKTBUF_H_
|
||||||
|
|
||||||
#include "embUnit.h"
|
#include "embUnit.h"
|
||||||
|
|
||||||
@ -33,5 +33,5 @@ void tests_netif(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __TESTS_PKTBUF_H_ */
|
#endif /* TESTS_PKTBUF_H_ */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
Loading…
Reference in New Issue
Block a user