mirror of https://github.com/ARMmbed/mbed-os.git
nRF52840: Cleaned up code
parent
39b0ef5394
commit
5e057a685d
|
@ -78,7 +78,6 @@ uint32_t flash_get_size(const flash_t *obj)
|
|||
uint32_t flash_get_sector_size(const flash_t *obj, uint32_t address)
|
||||
{
|
||||
(void)(obj);
|
||||
(void)(address);
|
||||
/* Test if passed address is in flash space. */
|
||||
if (address < flash_get_size(obj))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue