Added class specific descriptor type defines with standard USB-IF element naming.
This commit is contained in:
parent
66f14d44a3
commit
c166dfc64e
38 changed files with 589 additions and 226 deletions
|
@ -129,7 +129,7 @@ int main(void)
|
|||
|
||||
printf_P(PSTR("Device ID: %s.\r\n"), DeviceIDString);
|
||||
|
||||
char TestPageData[] = "\033%-12345X\033E" "LUFA PCL Test Page" "\033E\033%-12345X";
|
||||
char TestPageData[] = "\033%-12345X\033E" "LUFA PCL Test Page" "\033E\033%-12345X";
|
||||
uint16_t TestPageLength = strlen(TestPageData);
|
||||
|
||||
printf_P(PSTR("Sending Test Page (%d bytes)...\r\n"), TestPageLength);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue