Added missing include directive for stdint.h (#1005)
This fixes the compile error when we include SPI.h
This commit is contained in:
parent
600f4c4130
commit
528caff7f9
@ -1,6 +1,8 @@
|
||||
#ifndef Pins_Arduino_h
|
||||
#define Pins_Arduino_h
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define EXTERNAL_NUM_INTERRUPTS 16
|
||||
#define NUM_DIGITAL_PINS 40
|
||||
#define NUM_ANALOG_INPUTS 16
|
||||
|
Loading…
Reference in New Issue
Block a user