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