From: Dean Camera Date: Thu, 22 Sep 2011 05:55:32 +0000 (+0000) Subject: Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with... X-Git-Tag: LUFA-111009~9 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/77dbfd3cc44b91ea04990c65f3de70267ceb2460?hp=77dbfd3cc44b91ea04990c65f3de70267ceb2460 Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation. ---