Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
[pub/USBasp.git] / Bootloaders / HID / Descriptors.c
2011-03-18 Dean CameraOops - Bootloader optimizations to GetDescriptor()...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...