Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
[pub/lufa.git] / Bootloaders / HID / HostLoaderApp / Makefile
2011-02-11 Dean CameraFix typos in the HID class bootloader makefile.
2011-02-09 Dean CameraUpdate HID bootloader loader application to support...
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...