start to work with doxygen
fix mem_size/mem_base usage with device rom driver
This commit is contained in:
@@ -35,6 +35,18 @@
|
||||
* This file is part of the tiny usb stack.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Tiny USB header
|
||||
*
|
||||
* \note Tiny USB header Note
|
||||
*/
|
||||
|
||||
/** \defgroup Group_TinyUSB Tiny USB
|
||||
* \brief Group_TinyUSB brief
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef _TUSB_H_
|
||||
#define _TUSB_H_
|
||||
|
||||
@@ -58,3 +70,5 @@
|
||||
#endif
|
||||
|
||||
#endif /* _TUSB_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user