mirror of https://github.com/ARMmbed/mbed-os.git
nRF52840: Removed unused, commented code
parent
bd25d3bbda
commit
7761af2b8d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue