summaryrefslogtreecommitdiff
path: root/doxygen
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-23 15:28:32 +0700
committerGitHub <[email protected]>2018-11-23 15:28:32 +0700
commita1c596490aa40863cd5f1e36a821157ffeab2af6 (patch)
treec8246e10d303414f222a5ba15480c04010240c8e /doxygen
parent2edfd5b555388d10a9013eb598c9a73a4ee1afa9 (diff)
parent394a22ecf7760cce630a8186260f1c79901af934 (diff)
Merge pull request #13 from hathach/devlocal
add unplugged event for nrf5x
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/configuration.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doxygen/configuration.txt b/doxygen/configuration.txt
index 5816826d7..da30786ed 100644
--- a/doxygen/configuration.txt
+++ b/doxygen/configuration.txt
@@ -10,13 +10,13 @@
#define CFG_TUSB_RHPORT0_MODE
/** USB controller in MCU often has limited access to specific RAM section. The Stack will use this macro to place internal variables
- into the USB RAM section as follows. if your mcu's usb controller has no such limit, define CFG_TUSB_ATTR_USBRAM as empty macro.
+ into the USB RAM section as follows. if your mcu's usb controller has no such limit, define CFG_TUSB_MEM_SECTION as empty macro.
@code
- CFG_TUSB_ATTR_USBRAM uint8_t usb_xfer_buffer[10];
+ CFG_TUSB_MEM_SECTION uint8_t usb_xfer_buffer[10];
@endcode
*/
-#define CFG_TUSB_ATTR_USBRAM
+#define CFG_TUSB_MEM_SECTION
#define CFG_TUSB_MCU ///< Select one of the supported MCU, the value must be from \ref group_mcu
#define CFG_TUSB_OS ///< Select one of the supported RTOS, the value must be from \ref group_supported_os.