From: Dean Camera Date: Wed, 23 Mar 2011 09:26:41 +0000 (+0000) Subject: Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs. X-Git-Tag: LUFA-110528-BETA~18 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/8f5ab27dc9b2a7c4944a5e7d149f39959ead477e?hp=8f5ab27dc9b2a7c4944a5e7d149f39959ead477e Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs. ---