Commit 528caff7 authored by Alwin Arrasyid's avatar Alwin Arrasyid Committed by Me No Dev

Added missing include directive for stdint.h (#1005)

This fixes the compile error when we include SPI.h
parent 600f4c41
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment