Explicitly include Arduino.h to make it possible to create a future compat layer to run on a normal computer
This commit is contained in:
parent
0b9f92218c
commit
a4bc961b2c
|
|
@ -1,3 +1,5 @@
|
|||
#include <Arduino.h>
|
||||
|
||||
#include "Board.h"
|
||||
#include "Move.h"
|
||||
#include "Types.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue