Merge pull request #2680 from Darredevil/patch-8
unittests/tests-netreg: fixed header file include guard
This commit is contained in:
commit
cd34fb92ad
@ -15,8 +15,8 @@
|
||||
*
|
||||
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||
*/
|
||||
#ifndef __TESTS_NETREG_H_
|
||||
#define __TESTS_NETREG_H_
|
||||
#ifndef TESTS_NETREG_H_
|
||||
#define TESTS_NETREG_H_
|
||||
|
||||
#include "embUnit.h"
|
||||
|
||||
@ -33,5 +33,5 @@ void tests_netreg(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __TESTS_NETREG_H_ */
|
||||
#endif /* TESTS_NETREG_H_ */
|
||||
/** @} */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user