diff options
| author | hathach <[email protected]> | 2012-12-03 16:51:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-03 16:51:14 +0700 |
| commit | b698b09a67251c8ed8ed81120e85ea21c5d88b10 (patch) | |
| tree | 5da27b3529f66f07095623ef160279b5cb5e9760 /tinyusb/device/dcd.h | |
| parent | aff644b7c3083cb3b943276d046729b80233e9f9 (diff) | |
fix some doxygen settings and stuffs add prepacked for IAR compiler
Diffstat (limited to 'tinyusb/device/dcd.h')
| -rw-r--r-- | tinyusb/device/dcd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index 79d646f9b..65eb80da4 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -41,7 +41,7 @@ * \note TBD */ -/** \ingroup Group_TinyUSB +/** * \defgroup Group_DCD Device Controller Driver * \brief Device Controller Driver * @@ -72,7 +72,7 @@ * \note */ -TUSB_Error_t dcd_init() ATTR_WARN_UNUSED_RESULT; +TUSB_Error_t dcd_init(uint8_t coreid) ATTR_WARN_UNUSED_RESULT; #ifdef __cplusplus } |
