Only include Arduino.h when we compile to device.

pull/97/head
Daniel Armyr 3 years ago
parent 6a5715f969
commit 3485574499
  1. 4
      src/FixedPoints/Details.h

@ -14,7 +14,11 @@
#pragma once
#ifdef ARDUINO
#include <Arduino.h>
#else
#endif
#include <limits.h>
#include <stdint.h>

Loading…
Cancel
Save