From 7edda37518f0b193009c832b4092c357d0d01e96 Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 26 Jan 2013 01:37:15 +0700 Subject: add more test code for keyboard hid application API refractor, restructure, rename several thing regarding host, keyboard etc ... --- tinyusb/device/dcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/device/dcd.c') diff --git a/tinyusb/device/dcd.c b/tinyusb/device/dcd.c index 3ddcea147..3ec2b951c 100644 --- a/tinyusb/device/dcd.c +++ b/tinyusb/device/dcd.c @@ -42,7 +42,7 @@ #include "descriptors.h" // TODO refractor later #define USB_ROM_SIZE (1024*2) // TODO dcd abstract later -uint8_t usb_RomDriver_buffer[USB_ROM_SIZE] ATTR_ALIGNED(2048) TUSB_ATTR_RAM_SECTION; +uint8_t usb_RomDriver_buffer[USB_ROM_SIZE] ATTR_ALIGNED(2048) TUSB_CFG_ATTR_USBRAM; USBD_HANDLE_T g_hUsb; static volatile bool isConfigured = false; -- cgit v1.3.1