minor changes

This commit is contained in:
hathach 2022-03-12 14:28:24 +07:00
parent ac4483a7c5
commit 56695569e7
1 changed files with 1 additions and 2 deletions

View File

@ -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