Merge pull request #5495 from AnHardt/autoadjusting_display-updates

Adaptive screen updates for all kinds of displays
This commit is contained in:
Scott Lahteine
2016-12-14 04:16:26 -08:00
committed by GitHub
23 changed files with 98 additions and 644 deletions

View File

@ -760,8 +760,8 @@ inline void sync_plan_position_e() { planner.set_e_position_mm(current_position[
int freeMemory() { return SdFatUtil::FreeRam(); }
#else
extern "C" {
extern unsigned int __bss_end;
extern unsigned int __heap_start;
extern char __bss_end;
extern char __heap_start;
extern void* __brkval;
int freeMemory() {