local fork (temporary)

Dependents:   VodafoneUSBModem_bleedingedge2

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
1:49df46e3295c
Parent:
0:ae46a0638b2c
Child:
10:08bce4cd973a
Child:
12:a712bad7a979
--- a/USBHost/USBHALHost.cpp	Thu May 24 16:39:35 2012 +0000
+++ b/USBHost/USBHALHost.cpp	Fri May 25 09:31:41 2012 +0000
@@ -50,7 +50,7 @@
 
 #define TOTAL_SIZE (HCCA_SIZE + (MAX_ENDPOINT*ED_SIZE) + (MAX_TD*TD_SIZE))
 
-static volatile __align(256) uint8_t usb_buf[TOTAL_SIZE] __attribute((section("AHBSRAM0"),aligned));  //256 bytes aligned!
+static volatile __align(256) uint8_t usb_buf[TOTAL_SIZE] __attribute((section("AHBSRAM1"),aligned));  //256 bytes aligned!
 
 USBHALHost * USBHALHost::instHost;