PaulStoffregen hace 7 años
padre
commit
a44e342703
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      hub.cpp

+ 1
- 1
hub.cpp Ver fichero

@@ -202,7 +202,7 @@ void USBHub::send_setreset(uint32_t port)

static uint32_t lowestbit(uint32_t bitmask)
{
return 31 - __builtin_clz(bitmask);
return __builtin_ctz(bitmask);
}

void USBHub::control(const Transfer_t *transfer)

Cargando…
Cancelar
Guardar