diff options
| author | hathach <[email protected]> | 2018-04-10 15:31:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-10 15:31:36 +0700 |
| commit | fecef9ca427a928d9e21c468b5072cf604e0e109 (patch) | |
| tree | dc1c0984c73b0c4785e8d2b4897b42ba8cc6af1c /examples/device | |
| parent | 33af6b6549e24547105ba19603d6fe9c39b9a825 (diff) | |
minor clean up
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/device_virtual_com/src/tusb_config.h | 6 | ||||
| -rw-r--r-- | examples/device/nrf52840/src/tusb_config.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/device/device_virtual_com/src/tusb_config.h b/examples/device/device_virtual_com/src/tusb_config.h index e2a9e6a40..3a730f474 100644 --- a/examples/device/device_virtual_com/src/tusb_config.h +++ b/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 extern "C" { @@ -119,4 +119,4 @@ } #endif -#endif /* _TUSB_TUSB_CONFIG_H_ */ +#endif /* _TUSB_CONFIG_H_ */ diff --git a/examples/device/nrf52840/src/tusb_config.h b/examples/device/nrf52840/src/tusb_config.h index 44c4557cc..d3e798f44 100644 --- a/examples/device/nrf52840/src/tusb_config.h +++ b/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 extern "C" { @@ -88,4 +88,4 @@ } #endif -#endif /* _TUSB_TUSB_CONFIG_H_ */ +#endif /* _TUSB_CONFIG_H_ */ |
