Skip to content

Commit e40b686

Browse files
kl-cruzadbridge
authored andcommitted
nRF52840: Removed unused, commented code
1 parent 118d966 commit e40b686

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

targets/TARGET_NORDIC/TARGET_NRF5_SDK13/flash_api.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@
4343

4444
#if DEVICE_FLASH
4545

46-
/*
47-
uint8_t sd_enabled;
48-
if ((sd_softdevice_is_enabled(&sd_enabled) == NRF_SUCCESS) && sd_enabled == 1)
49-
{
50-
return -1;
51-
}
52-
*/
53-
5446
int32_t flash_init(flash_t *obj)
5547
{
5648
(void)(obj);

0 commit comments

Comments
 (0)