summaryrefslogtreecommitdiff
path: root/lib/rt-thread
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-31 14:21:17 +0700
committerhathach <[email protected]>2025-10-31 14:21:17 +0700
commit6837e47584d2512c8251345e09775075f8159c4d (patch)
tree06224d3b8f75c9536ba909f954f117d23b7b8245 /lib/rt-thread
parentcc82e088b5333bae3dba8fb12965271d89cd5117 (diff)
parentfc3857eb1abefff3cf19816e231e549bf75b9dc3 (diff)
Merge branch 'master' into fork/ArcaneNibble/ohci-upstream
Diffstat (limited to 'lib/rt-thread')
-rw-r--r--lib/rt-thread/tusb_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rt-thread/tusb_config.h b/lib/rt-thread/tusb_config.h
index 11dc21983..6f794dc41 100644
--- a/lib/rt-thread/tusb_config.h
+++ b/lib/rt-thread/tusb_config.h
@@ -24,8 +24,8 @@
* This file is part of the TinyUSB stack.
*/
-#ifndef _TUSB_CONFIG_H_
-#define _TUSB_CONFIG_H_
+#ifndef TUSB_CONFIG_H_
+#define TUSB_CONFIG_H_
#ifdef __RTTHREAD__
#include <rtconfig.h>
@@ -215,4 +215,4 @@ extern "C" {
#endif
#endif /*__RTTHREAD__*/
-#endif /* _TUSB_CONFIG_H_ */
+#endif /* TUSB_CONFIG_H_ */