Skip to content

Commit 528caff

Browse files
alwint3rme-no-dev
authored andcommitted
Added missing include directive for stdint.h (espressif#1005)
This fixes the compile error when we include SPI.h
1 parent 600f4c4 commit 528caff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/nina_w10/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef Pins_Arduino_h
22
#define Pins_Arduino_h
33

4+
#include <stdint.h>
5+
46
#define EXTERNAL_NUM_INTERRUPTS 16
57
#define NUM_DIGITAL_PINS 40
68
#define NUM_ANALOG_INPUTS 16

0 commit comments

Comments
 (0)