We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0752bd4 commit f21bef6Copy full SHA for f21bef6
src/arduino/Adafruit_USBD_CDC.h
@@ -50,8 +50,6 @@ class Adafruit_USBD_CDC : public Stream, public Adafruit_USBD_Interface {
50
void begin(uint32_t baud, uint8_t config);
51
void end(void);
52
53
- void setDebugOutput(bool en) {}
54
-
55
// return line coding set by host
56
uint32_t baud(void);
57
uint8_t stopbits(void);
0 commit comments