mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
boards/nrf52/common/nrf52_progmem.h: fix comment
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nrf52_mtd_initialize
|
||||
* Name: nrf52_progmem_init
|
||||
*
|
||||
* Description:
|
||||
* Initialize MTD drivers.
|
||||
|
||||
@@ -138,7 +138,6 @@ int nrf52_bringup(void)
|
||||
|
||||
#ifdef CONFIG_NRF52_SOFTDEVICE_CONTROLLER
|
||||
ret = nrf52_sdc_initialize();
|
||||
|
||||
if (ret < 0)
|
||||
{
|
||||
syslog(LOG_ERR, "ERROR: nrf52_sdc_initialize() failed: %d\n", ret);
|
||||
|
||||
Reference in New Issue
Block a user