diff options
| author | hathach <[email protected]> | 2014-03-10 15:02:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-10 15:02:11 +0700 |
| commit | 3555abc37814116ed1e5f34caf6630e8e8f17c35 (patch) | |
| tree | 557cbde28a87532250db3b1d68178a7f37edc9a2 /tinyusb/doxygen | |
| parent | b586fe632acb45dc0577a9ab447fe02ab6cb457d (diff) | |
cannot get IAR work with lpc1769 device demo
Diffstat (limited to 'tinyusb/doxygen')
| -rw-r--r-- | tinyusb/doxygen/configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/doxygen/configuration.h b/tinyusb/doxygen/configuration.h index 8f2d8bd34..ceae8a731 100644 --- a/tinyusb/doxygen/configuration.h +++ b/tinyusb/doxygen/configuration.h @@ -6,7 +6,7 @@ into the USB RAM section as follows. if your mcu's usb controller has no such limit, define TUSB_CFG_ATTR_USBRAM as empty macro.
@code
- uint8_t tinyusb_data[10] TUSB_CFG_ATTR_USBRAM;
+ TUSB_CFG_ATTR_USBRAM uint8_t tinyusb_data[10];
@endcode
*/
#define TUSB_CFG_ATTR_USBRAM
|
