From 5c4be2d36b54365fbb0209c582f4fef15b2b03ba Mon Sep 17 00:00:00 2001 From: Dieter Niklaus Date: Wed, 22 Mar 2017 19:14:42 +0100 Subject: [PATCH] fix selective includes --- RamUtils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RamUtils.cpp b/RamUtils.cpp index eacdf86..8a7bc3f 100644 --- a/RamUtils.cpp +++ b/RamUtils.cpp @@ -7,9 +7,11 @@ #include #include +#if defined (__arm__) && defined (__SAM3X8E__) // Arduino Due #include #include #include +#endif /*! * Returns the free ram memory space.