We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5ff63 commit 5107780Copy full SHA for 5107780
cores/arduino/USB/PluggableUSB.h
@@ -21,7 +21,6 @@
21
#define PUSB_h
22
23
#include "USBAPI.h"
24
-#include <cstddef>
25
26
#if defined(USBCON)
27
cores/arduino/USB/USBAPI.h
@@ -23,9 +23,6 @@
#include "RingBuffer.h"
#include "Stream.h"
-
28
-#define min(a, b) Min(a, b)
29
30
//================================================================================
31
0 commit comments