8000 Added missing include directive for stdint.h (#1005) · JohnsonUTPB/arduino-esp32@528caff · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0