Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/pipes.c

    re773f58 ra35b458  
    160160        if ((setup == NULL) || (setup_size != 8))
    161161                return EINVAL;
    162        
     162
    163163        memcpy(&t->req.setup, setup, 8);
    164164        return EOK;
Note: See TracChangeset for help on using the changeset viewer.