You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/03/14 18:49:44 UTC

[mynewt-mcumgr] 01/03: [zephyr] - Use updated nrf5 flash name for smp_svr

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 43b494ef5d3fc40cd7f2d2576a237b709fac6c9d
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Wed Mar 14 11:47:02 2018 -0700

    [zephyr] - Use updated nrf5 flash name for smp_svr
    
    Use NRF5_FLASH_DRV_NAME (was: NRF5_FLASH).
---
 samples/smp_svr/zephyr/prj.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/smp_svr/zephyr/prj.conf b/samples/smp_svr/zephyr/prj.conf
index ce45fc5..bdca171 100644
--- a/samples/smp_svr/zephyr/prj.conf
+++ b/samples/smp_svr/zephyr/prj.conf
@@ -42,4 +42,4 @@ CONFIG_MCUMGR_CMD_STAT_MGMT=y
 ### nRF5 specific settings
 
 # Specify the location of the NFFS file system.
-CONFIG_FS_NFFS_FLASH_DEV_NAME="NRF5_FLASH"
+CONFIG_FS_NFFS_FLASH_DEV_NAME="NRF5_FLASH_DRV_NAME"

-- 
To stop receiving notification emails like this one, please contact
ccollins@apache.org.