Merge pull request #2680 from Darredevil/patch-8

unittests/tests-netreg: fixed header file include guard
This commit is contained in:
Martine Lenders 2015-03-22 16:23:18 +01:00
commit cd34fb92ad

View File

@ -15,8 +15,8 @@
* *
* @author Martine Lenders <mlenders@inf.fu-berlin.de> * @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/ */
#ifndef __TESTS_NETREG_H_ #ifndef TESTS_NETREG_H_
#define __TESTS_NETREG_H_ #define TESTS_NETREG_H_
#include "embUnit.h" #include "embUnit.h"
@ -33,5 +33,5 @@ void tests_netreg(void);
} }
#endif #endif
#endif /* __TESTS_NETREG_H_ */ #endif /* TESTS_NETREG_H_ */
/** @} */ /** @} */