diff options
| author | HiFiPhile <[email protected]> | 2025-10-30 19:50:47 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-10-30 19:50:47 +0100 |
| commit | aa739c946d0258be4f07914bcb48288e2c977145 (patch) | |
| tree | 9ac52bd6a4d38c7b88c0158ac79a8525c14d58e4 /lib/rt-thread | |
| parent | 9f1a86c0cbf2974775687848a95a126c6503c1cf (diff) | |
| parent | fc3857eb1abefff3cf19816e231e549bf75b9dc3 (diff) | |
Merge branch 'master' into uac1
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'lib/rt-thread')
| -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_ */ |
