mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-28 16:20:26 +00:00
clean up
This commit is contained in:
parent
5692b84ddf
commit
bd8fc5a112
@ -1,6 +1,6 @@
|
||||
/**************************************************************************/
|
||||
/*!
|
||||
@file custom_class_host.c
|
||||
@file custom_host.c
|
||||
@author hathach (tinyusb.org)
|
||||
|
||||
@section LICENSE
|
||||
@ -46,7 +46,7 @@
|
||||
// INCLUDE
|
||||
//--------------------------------------------------------------------+
|
||||
#include "common/tusb_common.h"
|
||||
#include "custom_class.h"
|
||||
#include "custom_host.h"
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// MACRO CONSTANT TYPEDEF
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************/
|
||||
/*!
|
||||
@file custom_class.h
|
||||
@file custom_host.h
|
||||
@author hathach (tinyusb.org)
|
||||
|
||||
@section LICENSE
|
||||
@ -40,8 +40,8 @@
|
||||
* \defgroup Group_Custom Custom Class (not supported yet)
|
||||
* @{ */
|
||||
|
||||
#ifndef _TUSB_CUSTOM_CLASS_H_
|
||||
#define _TUSB_CUSTOM_CLASS_H_
|
||||
#ifndef _TUSB_CUSTOM_HOST_H_
|
||||
#define _TUSB_CUSTOM_HOST_H_
|
||||
|
||||
#include "common/tusb_common.h"
|
||||
#include "host/usbh.h"
|
||||
@ -82,6 +82,6 @@ void cush_close(uint8_t dev_addr);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _TUSB_CUSTOM_CLASS_H_ */
|
||||
#endif /* _TUSB_CUSTOM_HOST_H_ */
|
||||
|
||||
/** @} */
|
@ -67,7 +67,7 @@
|
||||
#endif
|
||||
|
||||
#if CFG_TUSB_HOST_CUSTOM_CLASS
|
||||
#include "class/custom_class.h"
|
||||
#include "class/custom_host.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user