Add missing function attributes to the pipe/endpoint functions for all architectures.

Perform endianness correction in the HID report parser for big-endian platforms.
This commit is contained in:
Dean Camera 2011-04-12 03:03:56 +00:00
parent 852b5e612d
commit 995195a2b0
14 changed files with 40 additions and 24 deletions

View file

@ -191,7 +191,7 @@
/* Macros: */
#define HOST_TASK_NONBLOCK_WAIT(Duration, NextState) MACROS{ USB_HostState = HOST_STATE_WaitForDevice; \
WaitMSRemaining = (Duration); \
PostWaitState = (NextState); }MACROE
PostWaitState = (NextState); }MACROE
#endif
/* Disable C linkage for C++ Compilers: */