Conditionals.h requires Arduino.h

This commit is contained in:
Scott Lahteine
2015-03-20 01:27:14 -07:00
parent 8ade04b78e
commit 33c7c6e11d
2 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@
#ifndef CONDITIONALS_H
#define CONDITIONALS_H
#include "Arduino.h"
#include "pins.h"
/**