projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved USB Host state machine code out from USBTask.c and into Host.c, where it more...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Host.h
diff --git
a/LUFA/Drivers/USB/LowLevel/Host.h
b/LUFA/Drivers/USB/LowLevel/Host.h
index
9ce995f
..
4457c07
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Host.h
+++ b/
LUFA/Drivers/USB/LowLevel/Host.h
@@
-265,8
+265,12
@@
};
\r
\r
/* Function Prototypes: */
\r
};
\r
\r
/* Function Prototypes: */
\r
+ void USB_Host_ProcessNextHostState(void);
\r
uint8_t USB_Host_WaitMS(uint8_t MS);
\r
uint8_t USB_Host_WaitMS(uint8_t MS);
\r
- void USB_Host_ResetDevice(void);
\r
+
\r
+ #if defined(INCLUDE_FROM_HOST_C)
\r
+ static void USB_Host_ResetDevice(void);
\r
+ #endif
\r
#endif
\r
\r
/* Disable C linkage for C++ Compilers: */
\r
#endif
\r
\r
/* Disable C linkage for C++ Compilers: */
\r