mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-11 00:39:57 +00:00
minor changes
This commit is contained in:
parent
ac4483a7c5
commit
56695569e7
@ -1011,8 +1011,7 @@ static bool process_enumeration(uint8_t dev_addr, tuh_control_xfer_t const * xfe
|
||||
return false;
|
||||
}
|
||||
|
||||
uint32_t const state = (uint32_t) xfer->user_arg;
|
||||
|
||||
uintptr_t const state = xfer->user_arg;
|
||||
switch(state)
|
||||
{
|
||||
#if CFG_TUH_HUB
|
||||
|
Loading…
x
Reference in New Issue
Block a user