diff options
| author | hathach <[email protected]> | 2025-11-10 11:02:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-10 11:02:20 +0700 |
| commit | 6364a4df7a6e3a2b3583fe11a88665f06d18628b (patch) | |
| tree | 45e0a0b2f8acfd811cce050475fc828bc2e034d2 /lib | |
| parent | 989acc15287f86bb1fd3f262d69b3dc9c9c28da8 (diff) | |
| parent | 96f35fc0a559aa09da70e0dede5a43081615723f (diff) | |
Merge branch 'master' into fork/c1570/improved_docs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rt-thread/tusb_config.h | 6 |
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_ */ |
