fix build

This commit is contained in:
Thomas Kunze 2019-01-28 20:54:54 +01:00
parent 2731d9b487
commit cde87cb643

View File

@ -318,9 +318,6 @@ void LinuxPlatform::freeMemory(uint8_t* ptr)
{ {
/* do nothing. Memory is freed on restart()*/ /* do nothing. Memory is freed on restart()*/
} }
#endif
void LinuxPlatform::flashFilePath(const std::string path) void LinuxPlatform::flashFilePath(const std::string path)
{ {
@ -332,3 +329,4 @@ std::string LinuxPlatform::flashFilePath()
{ {
return _flashFilePath; return _flashFilePath;
} }
#endif