Skip to content

Commit f3dc649

Browse files
committed
Fixed warnings
1 parent 0175ec8 commit f3dc649

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

cores/arduino/USB/samd21_host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#include <string.h>
2323

2424
#include "../Arduino.h"
25+
#include "../wiring_private.h"
2526
#include "USB_host.h"
2627
#include "samd21_host.h"
27-
#include "wiring_digital.h"
2828

2929
#define HOST_DEFINED
3030
#ifdef HOST_DEFINED

cores/arduino/WInterrupts.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919
#include "Arduino.h"
20+
#include "wiring_private.h"
2021

2122
#include <string.h>
2223

cores/arduino/wiring_analog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919
#include "Arduino.h"
20+
#include "wiring_private.h"
2021

2122
#ifdef __cplusplus
2223
extern "C" {

cores/arduino/wiring_private.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717
*/
1818

19-
#include "WVariant.h"
19+
#include "Arduino.h"
2020
#include "wiring_private.h"
2121

2222
int pinPeripheral( uint32_t ulPin, EPioType ulPeripheral )

0 commit comments

Comments
 (0)