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 d8dc54a commit f678ad4Copy full SHA for f678ad4
hardware/arduino/sam/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
hardware/arduino/sam/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