Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 16ce355

Browse files
authored
Update Packages_Patches
1 parent 271bca4 commit 16ce355

File tree

6 files changed

+1735
-0
lines changed
  • Packages_Patches

6 files changed

+1735
-0
lines changed

Packages_Patches/Fab_SAM_Arduino/hardware/hardware/1.6.18-alpha2/boards.txt

Lines changed: 1730 additions & 0 deletions
Large diffs are not rendered by default.

Packages_Patches/Seeeduino/hardware/samd/1.7.7/cores/arduino/Print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <inttypes.h>
2222
#include <stdio.h> // for size_t
23+
#include <stdarg.h> // for printf
2324

2425
#include "WString.h"
2526
#include "Printable.h"

Packages_Patches/Seeeduino/hardware/samd/1.7.8/cores/arduino/Print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <inttypes.h>
2222
#include <stdio.h> // for size_t
23+
#include <stdarg.h> // for printf
2324

2425
#include "WString.h"
2526
#include "Printable.h"

Packages_Patches/Seeeduino/hardware/samd/1.7.9/cores/arduino/Print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <inttypes.h>
2222
#include <stdio.h> // for size_t
23+
#include <stdarg.h> // for printf
2324

2425
#include "WString.h"
2526
#include "Printable.h"

Packages_Patches/Seeeduino/hardware/samd/1.8.1/cores/arduino/Print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <inttypes.h>
2222
#include <stdio.h> // for size_t
23+
#include <stdarg.h> // for printf
2324

2425
#include "WString.h"
2526
#include "Printable.h"

Packages_Patches/Seeeduino/hardware/samd/1.8.2/cores/arduino/Print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <inttypes.h>
2222
#include <stdio.h> // for size_t
23+
#include <stdarg.h> // for printf
2324

2425
#include "WString.h"
2526
#include "Printable.h"

0 commit comments

Comments
 (0)