Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.
This commit is contained in:
parent
b6a3c78fa3
commit
3a00e41639
5 changed files with 6 additions and 6 deletions
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
/** \file
|
||||
* \brief USB Endpoint definitions for the UC3B microcontrollers.
|
||||
* \brief USB Endpoint definitions for the AVR32 UC3B microcontrollers.
|
||||
* \copydetails Group_EndpointManagement_UC3B
|
||||
*
|
||||
* \note This file should not be included directly. It is automatically included as needed by the USB driver
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
/** \file
|
||||
* \brief USB OTG definitions for the UC3B microcontrollers.
|
||||
* \brief USB OTG definitions for the AVR32 UC3B microcontrollers.
|
||||
* \copydetails Group_OTG_UC3B
|
||||
*
|
||||
* \note This file should not be included directly. It is automatically included as needed by the USB driver
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
/** \ingroup Group_OTG
|
||||
* \defgroup Group_OTG_UC3B USB On The Go (OTG) Management (UC3B)
|
||||
* \brief USB OTG definitions for the UC3B microcontrollers.
|
||||
* \brief USB OTG definitions for the AVR32 UC3B microcontrollers.
|
||||
*
|
||||
* Architecture specific USB OTG definitions for the Atmel 32-bit AVR UC3B microcontrollers.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
/** \file
|
||||
* \brief USB Pipe definitions for the UC3B microcontrollers.
|
||||
* \brief USB Pipe definitions for the AVR32 UC3B microcontrollers.
|
||||
* \copydetails Group_PipeManagement_UC3B
|
||||
*
|
||||
* \note This file should not be included directly. It is automatically included as needed by the USB driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue