From 77dbfd3cc44b91ea04990c65f3de70267ceb2460 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 22 Sep 2011 05:55:32 +0000 Subject: 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. --- LUFA/Drivers/USB/Class/Common/RNDIS.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Drivers/USB/Class/Common/RNDIS.h') diff --git a/LUFA/Drivers/USB/Class/Common/RNDIS.h b/LUFA/Drivers/USB/Class/Common/RNDIS.h index 05ab13b70..f931de826 100644 --- a/LUFA/Drivers/USB/Class/Common/RNDIS.h +++ b/LUFA/Drivers/USB/Class/Common/RNDIS.h @@ -114,7 +114,10 @@ #define REMOTE_NDIS_MEDIA_STATE_DISCONNECTED 0x00000001UL //@} + /** \name RNDIS Media Types */ + //@{ #define REMOTE_NDIS_MEDIUM_802_3 0x00000000UL + //@} /** \name RNDIS Connection Types */ //@{ -- cgit v1.2.3