From cde87cb64352edfc6bd309d83e9900bd8fd18d5c Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Mon, 28 Jan 2019 20:54:54 +0100 Subject: [PATCH] fix build --- src/linux_platform.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/linux_platform.cpp b/src/linux_platform.cpp index 92d1613..54bcdb5 100644 --- a/src/linux_platform.cpp +++ b/src/linux_platform.cpp @@ -318,9 +318,6 @@ void LinuxPlatform::freeMemory(uint8_t* ptr) { /* do nothing. Memory is freed on restart()*/ } -#endif - - void LinuxPlatform::flashFilePath(const std::string path) { @@ -332,3 +329,4 @@ std::string LinuxPlatform::flashFilePath() { return _flashFilePath; } +#endif \ No newline at end of file