change endian conversion to native to be & be to native
completely deferred xfer isr event to usbd task complete read10, write10 sequence for large data transfer
This commit is contained in:
@@ -104,7 +104,7 @@ static inline uint32_t osal_tick_get(void)
|
||||
#define OSAL_TASK_LOOP_BEGIN \
|
||||
ATTR_UNUSED static uint32_t timeout = 0;\
|
||||
static uint16_t state = 0;\
|
||||
switch(state) {\
|
||||
switch(state) { \
|
||||
case 0: { \
|
||||
|
||||
#define OSAL_TASK_LOOP_END \
|
||||
|
||||
Reference in New Issue
Block a user