Skip to content

Commit

Permalink
fix selective includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dniklaus committed Mar 22, 2017
1 parent 9036cf2 commit 5c4be2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RamUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

#include <Arduino.h>
#include <RamUtils.h>
#if defined (__arm__) && defined (__SAM3X8E__) // Arduino Due
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#endif

/*!
* Returns the free ram memory space.
Expand Down

0 comments on commit 5c4be2d

Please sign in to comment.