🐛 Fix freeMemory endless loop

Followup to #23295
This commit is contained in:
Scott Lahteine
2021-12-25 20:00:48 -06:00
parent bdb071688e
commit 4f0932e5c1
11 changed files with 11 additions and 11 deletions

View File

@@ -226,7 +226,7 @@ public:
static void clear_reset_source();
// Free SRAM
static inline int freeMemory() { return freeMemory(); }
static inline int freeMemory() { return ::freeMemory(); }
//
// ADC Methods