boards/nrf52/common/nrf52_progmem.h: fix comment

This commit is contained in:
raiden00pl 2024-01-20 15:07:05 +01:00 committed by Xiang Xiao
parent 60807efc85
commit 5e3326be68
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@
****************************************************************************/
/****************************************************************************
* Name: nrf52_mtd_initialize
* Name: nrf52_progmem_init
*
* Description:
* Initialize MTD drivers.

View File

@ -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);