diff options
| author | Ha Thach <[email protected]> | 2025-10-29 19:15:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-29 19:15:53 +0700 |
| commit | 3ff54153d42c83fc0a1e13106c6632c3237b1670 (patch) | |
| tree | a6ec29546beafa69c752a8b6dfad5c2b809633cd /examples/host/hid_controller/src | |
| parent | a6efc7d722f7869da76cf70e37ebf3593c66484e (diff) | |
| parent | 78bd6230649aee3f7731ffbce603742f31c2295e (diff) | |
Merge pull request #3320 from hathach/more-sast
fix warnings
Diffstat (limited to 'examples/host/hid_controller/src')
| -rw-r--r-- | examples/host/hid_controller/src/tusb_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/host/hid_controller/src/tusb_config.h b/examples/host/hid_controller/src/tusb_config.h index 351fe0178..a5c202fda 100644 --- a/examples/host/hid_controller/src/tusb_config.h +++ b/examples/host/hid_controller/src/tusb_config.h @@ -23,8 +23,8 @@ * */ -#ifndef _TUSB_CONFIG_H_ -#define _TUSB_CONFIG_H_ +#ifndef TUSB_CONFIG_H_ +#define TUSB_CONFIG_H_ #ifdef __cplusplus extern "C" { @@ -119,4 +119,4 @@ } #endif -#endif /* _TUSB_CONFIG_H_ */ +#endif /* TUSB_CONFIG_H_ */ |
