mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
fix build
This commit is contained in:
parent
2731d9b487
commit
cde87cb643
@ -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
|
Loading…
Reference in New Issue
Block a user