Browse Source

minor clean up

hathach 8 years ago
parent
commit
fecef9ca42

+ 3 - 3
examples/device/device_virtual_com/src/tusb_config.h

@@ -36,8 +36,8 @@
 */
 */
 /**************************************************************************/
 /**************************************************************************/
 
 
-#ifndef _TUSB_TUSB_CONFIG_H_
-#define _TUSB_TUSB_CONFIG_H_
+#ifndef _TUSB_CONFIG_H_
+#define _TUSB_CONFIG_H_
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
  extern "C" {
  extern "C" {
@@ -119,4 +119,4 @@
  }
  }
 #endif
 #endif
 
 
-#endif /* _TUSB_TUSB_CONFIG_H_ */
+#endif /* _TUSB_CONFIG_H_ */

+ 3 - 3
examples/device/nrf52840/src/tusb_config.h

@@ -36,8 +36,8 @@
 */
 */
 /**************************************************************************/
 /**************************************************************************/
 
 
-#ifndef _TUSB_TUSB_CONFIG_H_
-#define _TUSB_TUSB_CONFIG_H_
+#ifndef _TUSB_CONFIG_H_
+#define _TUSB_CONFIG_H_
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
  extern "C" {
  extern "C" {
@@ -88,4 +88,4 @@
  }
  }
 #endif
 #endif
 
 
-#endif /* _TUSB_TUSB_CONFIG_H_ */
+#endif /* _TUSB_CONFIG_H_ */

+ 3 - 3
examples/obsolete/device/src/tusb_config.h

@@ -36,8 +36,8 @@
 */
 */
 /**************************************************************************/
 /**************************************************************************/
 
 
-#ifndef _TUSB_TUSB_CONFIG_H_
-#define _TUSB_TUSB_CONFIG_H_
+#ifndef _TUSB_CONFIG_H_
+#define _TUSB_CONFIG_H_
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
  extern "C" {
  extern "C" {
@@ -124,4 +124,4 @@
  }
  }
 #endif
 #endif
 
 
-#endif /* _TUSB_TUSB_CONFIG_H_ */
+#endif /* _TUSB_CONFIG_H_ */

+ 3 - 3
examples/obsolete/host/src/tusb_config.h

@@ -36,8 +36,8 @@
 */
 */
 /**************************************************************************/
 /**************************************************************************/
 
 
-#ifndef _TUSB_TUSB_CONFIG_H_
-#define _TUSB_TUSB_CONFIG_H_
+#ifndef _TUSB_CONFIG_H_
+#define _TUSB_CONFIG_H_
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
  extern "C" {
  extern "C" {
@@ -110,4 +110,4 @@
  }
  }
 #endif
 #endif
 
 
-#endif /* _TUSB_TUSB_CONFIG_H_ */
+#endif /* _TUSB_CONFIG_H_ */

+ 3 - 3
tests/support/tusb_config.h

@@ -36,8 +36,8 @@
 */
 */
 /**************************************************************************/
 /**************************************************************************/
 
 
-#ifndef _TUSB_TUSB_CONFIG_H_
-#define _TUSB_TUSB_CONFIG_H_
+#ifndef _TUSB_CONFIG_H_
+#define _TUSB_CONFIG_H_
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
  extern "C" {
  extern "C" {
@@ -96,6 +96,6 @@
 
 
 #define RANDOM(n) (rand()%(n))
 #define RANDOM(n) (rand()%(n))
 
 
-#endif /* _TUSB_TUSB_CONFIG_H_ */
+#endif /* _TUSB_CONFIG_H_ */
 
 
 /** @} */
 /** @} */