minor clean up

This commit is contained in:
hathach 2018-04-10 15:31:36 +07:00
parent 33af6b6549
commit fecef9ca42
5 changed files with 15 additions and 15 deletions

View File

@ -36,8 +36,8 @@
*/ */
/**************************************************************************/ /**************************************************************************/
#ifndef _TUSB_TUSB_CONFIG_H_ #ifndef _TUSB_CONFIG_H_
#define _TUSB_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_ */

View File

@ -36,8 +36,8 @@
*/ */
/**************************************************************************/ /**************************************************************************/
#ifndef _TUSB_TUSB_CONFIG_H_ #ifndef _TUSB_CONFIG_H_
#define _TUSB_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_ */

View File

@ -36,8 +36,8 @@
*/ */
/**************************************************************************/ /**************************************************************************/
#ifndef _TUSB_TUSB_CONFIG_H_ #ifndef _TUSB_CONFIG_H_
#define _TUSB_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_ */

View File

@ -36,8 +36,8 @@
*/ */
/**************************************************************************/ /**************************************************************************/
#ifndef _TUSB_TUSB_CONFIG_H_ #ifndef _TUSB_CONFIG_H_
#define _TUSB_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_ */

View File

@ -36,8 +36,8 @@
*/ */
/**************************************************************************/ /**************************************************************************/
#ifndef _TUSB_TUSB_CONFIG_H_ #ifndef _TUSB_CONFIG_H_
#define _TUSB_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_ */
/** @} */ /** @} */