nRF52840: Removed unused, commented code

pull/4282/head
kl-cruz 2017-04-28 15:50:41 +02:00
parent bd25d3bbda
commit 7761af2b8d
1 changed files with 0 additions and 8 deletions

View File

@ -43,14 +43,6 @@
#if DEVICE_FLASH
/*
uint8_t sd_enabled;
if ((sd_softdevice_is_enabled(&sd_enabled) == NRF_SUCCESS) && sd_enabled == 1)
{
return -1;
}
*/
int32_t flash_init(flash_t *obj)
{
(void)(obj);