mirror of
https://github.com/thelsing/knx.git
synced 2025-08-22 13:46:21 +02:00
resolved CodeFactor issue
This commit is contained in:
parent
76654f3310
commit
5f71935e60
@ -150,7 +150,6 @@ size_t Platform::getNonVolatileMemorySize()
|
|||||||
return userFlashSizeEraseBlocks() * flashEraseBlockSize() * flashPageSize();
|
return userFlashSizeEraseBlocks() * flashEraseBlockSize() * flashPageSize();
|
||||||
else
|
else
|
||||||
return KNX_FLASH_SIZE;
|
return KNX_FLASH_SIZE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Platform::commitNonVolatileMemory()
|
void Platform::commitNonVolatileMemory()
|
||||||
|
Loading…
Reference in New Issue
Block a user