Skip to content

Commit f678ad4

Browse files
committed
[SAM] Remove useless <cstddef> includes (fix regression)
See #4082
1 parent d8dc54a commit f678ad4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

hardware/arduino/sam/cores/arduino/USB/PluggableUSB.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#define PUSB_h
2222

2323
#include "USBAPI.h"
24-
#include <cstddef>
2524

2625
#if defined(USBCON)
2726

hardware/arduino/sam/cores/arduino/USB/USBAPI.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323

2424
#include "RingBuffer.h"
2525
#include "Stream.h"
26-
#include <cstddef>
27-
28-
#define min(a, b) Min(a, b)
2926

3027
//================================================================================
3128
//================================================================================

0 commit comments

Comments
 (0)