Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
477a2047
Commit
477a2047
authored
Jan 08, 2011
by
Dean Camera
Browse files
Oops - fix type preventing compilation of demos using the class drivers.
parent
7dc3d3a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/Class/Common/RNDIS.h
View file @
477a2047
...
...
@@ -193,7 +193,7 @@
/** Enum for the RNDIS class specific notification requests that can be issued by a RNDIS device to a host. */
enum
RNDIS_ClassNotifications_t
{
RNDIS_NOTIF_ResponseAvailable
0x01
,
/**< Notification request value for a RNDIS Response Available notification. */
RNDIS_NOTIF_ResponseAvailable
=
0x01
,
/**< Notification request value for a RNDIS Response Available notification. */
};
/** Enum for the NDIS hardware states. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment