mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
Added missing include directive for stdint.h (#1005)
This fixes the compile error when we include SPI.h
This commit is contained in:
committed by
Me No Dev
parent
600f4c4130
commit
528caff7f9
@ -1,6 +1,8 @@
|
|||||||
#ifndef Pins_Arduino_h
|
#ifndef Pins_Arduino_h
|
||||||
#define Pins_Arduino_h
|
#define Pins_Arduino_h
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#define EXTERNAL_NUM_INTERRUPTS 16
|
#define EXTERNAL_NUM_INTERRUPTS 16
|
||||||
#define NUM_DIGITAL_PINS 40
|
#define NUM_DIGITAL_PINS 40
|
||||||
#define NUM_ANALOG_INPUTS 16
|
#define NUM_ANALOG_INPUTS 16
|
||||||
|
Reference in New Issue
Block a user