unittests/tests-timex: fixed header file include guard

fixes #2623
This commit is contained in:
Darredevil 2015-03-22 16:42:49 +02:00
parent d5848d687c
commit a8051f51bb

View File

@ -16,8 +16,8 @@
* @author Philipp Rosenkranz <philipp.rosenkranz@fu-berlin.de>
* @author Daniel Jentsch <d.jentsch@fu-berlin.de>
*/
#ifndef __TESTS_TIMEX_H_
#define __TESTS_TIMEX_H_
#ifndef TESTS_TIMEX_H_
#define TESTS_TIMEX_H_
#include "embUnit.h"
@ -41,5 +41,5 @@ Test *tests_timex_tests(void);
}
#endif
#endif /* __TESTS_TIMEX_H_ */
#endif /* TESTS_TIMEX_H_ */
/** @} */