From 528caff7f9f2253c6c5b9b8a67c60610cfc5baf6 Mon Sep 17 00:00:00 2001 From: Alwin Arrasyid Date: Thu, 18 Jan 2018 05:58:53 +0700 Subject: [PATCH] Added missing include directive for stdint.h (#1005) 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 2b80c8ff..f3ce937d 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