summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-23 16:57:39 +0700
committerhathach <[email protected]>2014-03-23 16:57:39 +0700
commit58892299f3f6658de4e35fe588fb3c016c4fd591 (patch)
tree062c4524480c6905c4e6912497a1aa989a36a347 /tinyusb/device/usbd.h
parente0fd3efa70619167e198195c02f3ec0eb066af1a (diff)
use internal buffer for hid report descriptor as well.
Diffstat (limited to 'tinyusb/device/usbd.h')
-rw-r--r--tinyusb/device/usbd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h
index d0eeb6e49..01e7c0c04 100644
--- a/tinyusb/device/usbd.h
+++ b/tinyusb/device/usbd.h
@@ -63,8 +63,7 @@
#define ATTR_USB_MIN_ALIGNMENT
#endif
-/// \brief Descriptor pointer collector to all the needed. All the addresses pointed
-/// must be accessible by USB controller (see \ref TUSB_CFG_ATTR_USBRAM)
+/// \brief Descriptor pointer collector to all the needed.
typedef struct {
uint8_t const * p_device; ///< pointer to device descritpor \ref tusb_descriptor_device_t
uint8_t const * p_configuration; ///< pointer to the whole configuration descriptor, starting by \ref tusb_descriptor_configuration_t