mlaz commented on a change in pull request #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP URL: https://github.com/apache/mynewt-core/pull/1917#discussion_r331238589
########## File path: fs/fs/src/fs_priv.h ########## @@ -33,8 +33,8 @@ struct fs_ops *safe_fs_ops_for(const char *fs_name); void fs_cli_init(void); #endif -#if MYNEWT_VAL(FS_NMGR) -int fs_nmgr_init(void); +#if MYNEWT_VAL(FS_MGMT) +int fs_mgmt_init(void); Review comment: Fixed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
