arising out of or in connection with the use or performance of\r
this software.\r
*/\r
-#include "USBMode.h"\r
+\r
+#include "../HighLevel/USBMode.h"\r
+\r
#if defined(USB_CAN_BE_HOST)\r
\r
#define INCLUDE_FROM_PIPE_C\r
}\r
\r
uint8_t Pipe_Read_Stream_LE(void* Buffer, uint16_t Length\r
- #if !defined(NO_STREAM_CALLBACKS)\r
+#if !defined(NO_STREAM_CALLBACKS)\r
, uint8_t (* const Callback)(void)\r
#endif\r
)\r
}\r
\r
uint8_t Pipe_Read_Stream_BE(void* Buffer, uint16_t Length\r
- #if !defined(NO_STREAM_CALLBACKS)\r
+#if !defined(NO_STREAM_CALLBACKS)\r
, uint8_t (* const Callback)(void)\r
#endif\r
)\r