Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / ConfigDescriptor.c
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...