Skip to content

Commit 5e057a6

Browse files
committed
nRF52840: Cleaned up code
1 parent 39b0ef5 commit 5e057a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5_SDK13/flash_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ uint32_t flash_get_size(const flash_t *obj)
7878
uint32_t flash_get_sector_size(const flash_t *obj, uint32_t address)
7979
{
8080
(void)(obj);
81-
(void)(address);
8281
/* Test if passed address is in flash space. */
8382
if (address < flash_get_size(obj))
8483
{

0 commit comments

Comments
 (0)