mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +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:
|
* Description:
|
||||||
* Initialize MTD drivers.
|
* Initialize MTD drivers.
|
||||||
|
|||||||
@@ -138,7 +138,6 @@ int nrf52_bringup(void)
|
|||||||
|
|
||||||
#ifdef CONFIG_NRF52_SOFTDEVICE_CONTROLLER
|
#ifdef CONFIG_NRF52_SOFTDEVICE_CONTROLLER
|
||||||
ret = nrf52_sdc_initialize();
|
ret = nrf52_sdc_initialize();
|
||||||
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
syslog(LOG_ERR, "ERROR: nrf52_sdc_initialize() failed: %d\n", ret);
|
syslog(LOG_ERR, "ERROR: nrf52_sdc_initialize() failed: %d\n", ret);
|
||||||
|
|||||||
Reference in New Issue
Block a user