resolved CodeFactor issue

This commit is contained in:
SirSydom 2022-02-21 11:24:22 +01:00
parent 76654f3310
commit 5f71935e60

View File

@ -150,7 +150,6 @@ size_t Platform::getNonVolatileMemorySize()
return userFlashSizeEraseBlocks() * flashEraseBlockSize() * flashPageSize();
else
return KNX_FLASH_SIZE;
}
void Platform::commitNonVolatileMemory()