Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
[pub/USBasp.git] / Demos / Device / ClassDriver / VirtualSerialMassStorage / Lib /
2011-03-23 Dean CameraUse the MIN() macro where possible instead of manual...
2011-03-16 Dean CameraAdded new VirtualSerialMassStorage Device Class Driver...