mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #2675 from Darredevil/patch-2
unittests/netdev_dummy: fixed header file include guard
This commit is contained in:
commit
cdd6ac550a
@ -17,8 +17,8 @@
|
||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef __UNITTESTS_NETDEV_DUMMY_H_
|
||||
#define __UNITTESTS_NETDEV_DUMMY_H_
|
||||
#ifndef UNITTESTS_NETDEV_DUMMY_H_
|
||||
#define UNITTESTS_NETDEV_DUMMY_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -153,7 +153,7 @@ void unittest_netdev_dummy_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __UNITTESTS_NETDEV_DUMMY_H_ */
|
||||
#endif /* UNITTESTS_NETDEV_DUMMY_H_ */
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
Loading…
Reference in New Issue
Block a user