projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor updates to the Benito programmer - remove redundant PORT register manipulations.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
USBtoSerial.h
diff --git
a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
index
9660381
..
3ee7e89
100644
(file)
--- a/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
+++ b/
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
@@
-51,7
+51,7
@@
#include <LUFA/Drivers/Board/Joystick.h>
\r
#include <LUFA/Drivers/Peripheral/Serial.h>
\r
#include <LUFA/Drivers/USB/USB.h>
\r
#include <LUFA/Drivers/Board/Joystick.h>
\r
#include <LUFA/Drivers/Peripheral/Serial.h>
\r
#include <LUFA/Drivers/USB/USB.h>
\r
- #include <LUFA/Drivers/USB/Class/
Device/
CDC.h>
\r
+ #include <LUFA/Drivers/USB/Class/CDC.h>
\r
\r
/* Macros: */
\r
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
\r
\r
/* Macros: */
\r
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
\r
@@
-74,6
+74,6
@@
void EVENT_USB_ConfigurationChanged(void);
\r
void EVENT_USB_UnhandledControlPacket(void);
\r
\r
void EVENT_USB_ConfigurationChanged(void);
\r
void EVENT_USB_UnhandledControlPacket(void);
\r
\r
- void EVENT_
USB_CDC_LineEncodingChanged(USB_ClassInfo_CDC_t*
CDCInterfaceInfo);
\r
+ void EVENT_
CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t* const
CDCInterfaceInfo);
\r
\r
#endif
\r
\r
#endif
\r