summaryrefslogtreecommitdiff
path: root/tests/support
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-04-10 15:31:36 +0700
committerhathach <[email protected]>2018-04-10 15:31:36 +0700
commitfecef9ca427a928d9e21c468b5072cf604e0e109 (patch)
treedc1c0984c73b0c4785e8d2b4897b42ba8cc6af1c /tests/support
parent33af6b6549e24547105ba19603d6fe9c39b9a825 (diff)
minor clean up
Diffstat (limited to 'tests/support')
-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_ */
/** @} */