mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-22 00:03:02 +08:00
csw structure address alignment
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2468 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -30,6 +30,7 @@ static uep_t ep_in, ep_out;
|
||||
static rt_uint8_t *buffer;
|
||||
static rt_uint8_t *write_ptr;
|
||||
static int status = STATUS_CBW;
|
||||
ALIGN(RT_ALIGN_SIZE)
|
||||
static struct ustorage_csw csw;
|
||||
static rt_device_t disk;
|
||||
static rt_uint32_t _block;
|
||||
|
Reference in New Issue
Block a user