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:
Dean Camera 2013-05-05 19:08:15 +00:00
parent 9ccf3eafad
commit b68a71af38
3 changed files with 44 additions and 71 deletions

View file

@ -38,7 +38,6 @@
/* Includes: */
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/USB/Class/Common/PrinterClassCommon.h>
#include <avr/pgmspace.h>