summaryrefslogtreecommitdiff
path: root/examples/host/bare_api/src/tusb_config.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-06-18 12:52:32 +0700
committerhathach <[email protected]>2024-06-18 12:52:32 +0700
commitf93eb40b1d9f52ec4b8557e190ad64b3588c63c9 (patch)
treea2979bd21bc603adaedbba0cc58d477c043426ad /examples/host/bare_api/src/tusb_config.h
parent007a8bd46dce4020a2ef972749dacb9d80428371 (diff)
add host/device_info example
Diffstat (limited to 'examples/host/bare_api/src/tusb_config.h')
-rw-r--r--examples/host/bare_api/src/tusb_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/host/bare_api/src/tusb_config.h b/examples/host/bare_api/src/tusb_config.h
index 432446e94..fab233be0 100644
--- a/examples/host/bare_api/src/tusb_config.h
+++ b/examples/host/bare_api/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" {
@@ -118,4 +118,4 @@
}
#endif
-#endif /* _TUSB_CONFIG_H_ */
+#endif