Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / HostStandardReq.c
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-16 Dean CameraFix bugs in the new VirtualSerialMassStorage demo ...
2011-02-26 Dean CameraRemoved Pipe_ClearErrorFlags(), pipe error flags are...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...