Update the Printer class bootloader to use the new Printer Device Class driver, rather than implementing the Printer USB class manually.
This commit is contained in:
parent
9ccf3eafad
commit
b68a71af38
3 changed files with 44 additions and 71 deletions
|
@ -38,7 +38,6 @@
|
|||
|
||||
/* Includes: */
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include <LUFA/Drivers/USB/Class/Common/PrinterClassCommon.h>
|
||||
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue