From f7832defa30088f612c9246e9e5b13a2f14afc2c Mon Sep 17 00:00:00 2001 From: Alwin Arrasyid Date: Tue, 16 Jan 2018 18:37:52 +0700 Subject: [PATCH] Added missing include directive for stdint.h This fixes the compile error when we include SPI.h --- variants/nina_w10/pins_arduino.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/nina_w10/pins_arduino.h b/variants/nina_w10/pins_arduino.h index 2b80c8ff5ad..f3ce937dd26 100644 --- a/variants/nina_w10/pins_arduino.h +++ b/variants/nina_w10/pins_arduino.h @@ -1,6 +1,8 @@ #ifndef Pins_Arduino_h #define Pins_Arduino_h +#include + #define EXTERNAL_NUM_INTERRUPTS 16 #define NUM_DIGITAL_PINS 40 #define NUM_ANALOG_INPUTS 16