From fecef9ca427a928d9e21c468b5072cf604e0e109 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 10 Apr 2018 15:31:36 +0700 Subject: minor clean up --- examples/device/device_virtual_com/src/tusb_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/device/device_virtual_com') 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_ */ -- cgit v1.3.1