summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/support/tusb_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h
index 909e18155..85718cfe3 100644
--- a/tests/support/tusb_config.h
+++ b/tests/support/tusb_config.h
@@ -36,8 +36,8 @@
*/
/**************************************************************************/
-#ifndef _TUSB_TUSB_CONFIG_H_
-#define _TUSB_TUSB_CONFIG_H_
+#ifndef _TUSB_CONFIG_H_
+#define _TUSB_CONFIG_H_
#ifdef __cplusplus
extern "C" {
@@ -96,6 +96,6 @@
#define RANDOM(n) (rand()%(n))
-#endif /* _TUSB_TUSB_CONFIG_H_ */
+#endif /* _TUSB_CONFIG_H_ */
/** @} */