HAL updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent 65996e4235
commit 54326fb06a
52 changed files with 327 additions and 378 deletions

View File

@@ -34,7 +34,7 @@
// --------------------------------------------------------------------------
#include "../HAL.h"
#include "../../../macros.h"
#include "../../core/macros.h"
// --------------------------------------------------------------------------
// Externals
@@ -75,7 +75,7 @@
// --------------------------------------------------------------------------
#if ENABLED(SDSUPPORT)
#include "../../../SdFatUtil.h"
#include "../../sd/SdFatUtil.h"
int freeMemory() { return SdFatUtil::FreeRam(); }
#else