diff options
Diffstat (limited to 'Demos/Host/ClassDriver/PrinterHost/PrinterHost.c')
| -rw-r--r-- | Demos/Host/ClassDriver/PrinterHost/PrinterHost.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c index f854e1bf..f94bf632 100644 --- a/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c +++ b/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c @@ -45,7 +45,10 @@ USB_ClassInfo_PRNT_Host_t Printer_PRNT_Interface = .Config =
{
.DataINPipeNumber = 1,
+ .DataINPipeDoubleBank = false,
+
.DataOUTPipeNumber = 2,
+ .DataOUTPipeDoubleBank = false,
},
};
|
