We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6321af9 commit 19dfdb9Copy full SHA for 19dfdb9
doc/services/device_mgmt/mcumgr_callbacks.rst
@@ -153,7 +153,7 @@ An example of selectively denying file access:
153
if (event == MGMT_EVT_OP_FS_MGMT_FILE_ACCESS && prev_status == MGMT_CB_OK) {
154
struct fs_mgmt_file_access *fs_data = (struct fs_mgmt_file_access *)data;
155
156
- /* Check if this is an upload and deny access if it is, otherwise check the
+ /* Check if this is an upload and deny access if it is, otherwise check
157
* the path and deny if is matches a name
158
*/
159
if (fs_data->access == FS_MGMT_FILE_ACCESS_WRITE) {
0 commit comments