mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 04:57:18 +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:
parent
f39686ebf8
commit
31796f101c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user