Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
[pub/USBasp.git] / Bootloaders / HID / BootloaderHID.h
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...