From a461ff203520b7da29487124e79121d243ad02c0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Kroll" Date: Sat, 13 Jan 2018 22:37:26 -0500 Subject: [PATCH] Remove diagnostic and add note about FTDI and the host --- cdcftdi.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cdcftdi.cpp b/cdcftdi.cpp index 9c70b0fd..f0f5d0d1 100644 --- a/cdcftdi.cpp +++ b/cdcftdi.cpp @@ -142,13 +142,13 @@ uint8_t FTDI::Init(uint8_t parent, uint8_t port, bool lowspeed) { USBTRACE2("NC:", num_of_conf); for(uint8_t i = 0; i < num_of_conf; i++) { - HexDumper HexDump; ConfigDescParser < 0xFF, 0xFF, 0xFF, CP_MASK_COMPARE_ALL> confDescrParser(this); - rcode = pUsb->getConfDescr(bAddress, 0, i, &HexDump); - - if(rcode) - goto FailGetConfDescr; + // This interferes with serial output, and should be opt-in for debugging. + //HexDumper HexDump; + //rcode = pUsb->getConfDescr(bAddress, 0, i, &HexDump); + //if(rcode) + // goto FailGetConfDescr; rcode = pUsb->getConfDescr(bAddress, 0, i, &confDescrParser);