projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed CDCHost not clearing configured endpoints and resetting configured endpoints...
[pub/USBasp.git]
/
Demos
/
Host
/
GenericHIDHost
/
GenericHIDHost.h
diff --git
a/Demos/Host/GenericHIDHost/GenericHIDHost.h
b/Demos/Host/GenericHIDHost/GenericHIDHost.h
index
99b4599
..
3ae473e
100644
(file)
--- a/
Demos/Host/GenericHIDHost/GenericHIDHost.h
+++ b/
Demos/Host/GenericHIDHost/GenericHIDHost.h
@@
-45,10
+45,9
@@
#include <stdio.h>
\r
\r
#include <LUFA/Version.h> // Library Version Information
\r
#include <stdio.h>
\r
\r
#include <LUFA/Version.h> // Library Version Information
\r
- #include <LUFA/Common/ButtLoadTag.h> // PROGMEM tags readable by the ButtLoad project
\r
#include <LUFA/Drivers/Misc/TerminalCodes.h> // ANSI Terminal Escape Codes
\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r
#include <LUFA/Drivers/Misc/TerminalCodes.h> // ANSI Terminal Escape Codes
\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r
- #include <LUFA/Drivers/
AT90USBXXX/Serial_Stream.h>
// Serial stream driver
\r
+ #include <LUFA/Drivers/
Peripheral/SerialStream.h>
// Serial stream driver
\r
#include <LUFA/Drivers/Board/LEDs.h> // LEDs driver
\r
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
\r
\r
#include <LUFA/Drivers/Board/LEDs.h> // LEDs driver
\r
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
\r
\r
@@
-94,6
+93,6
@@
/* Function Prototypes: */
\r
void UpdateStatus(uint8_t CurrentStatus);
\r
void ReadNextReport(void);
\r
/* Function Prototypes: */
\r
void UpdateStatus(uint8_t CurrentStatus);
\r
void ReadNextReport(void);
\r
- void WriteNextReport(uint8_t* ReportOUTData, uint16_t ReportLength);
\r
+ void WriteNextReport(uint8_t* ReportOUTData, uint
8_t ReportIndex, uint8_t ReportType, uint
16_t ReportLength);
\r
\r
#endif
\r
\r
#endif
\r