Skip to content

Commit 02a2fb9

Browse files
committed
fix nits
Fixing reported nits Signed-off-by: Mohamed ElShahawi <ExtremeGTX@hotmail.com>
1 parent 3f525d3 commit 02a2fb9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

subsys/usb/device_next/class/Kconfig.mtp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ config USBD_MTP_CLASS
1010

1111
if USBD_MTP_CLASS
1212

13-
config USBD_MTP_ALLOW_WRITE
14-
bool "MTP Allow write"
15-
default y
16-
help
17-
Allow writing to the storage exposed over MTP.
18-
storage protection level has precedence over this config
19-
2013
config USBD_MTP_MAX_HANDLES
2114
int "Max number of Object handles"
2215
default 10

subsys/usb/device_next/class/usbd_mtp_class.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_mtp,
14571457
SHELL_SUBCMD_SET_END);
14581458

14591459
SHELL_CMD_REGISTER(mtp, &sub_mtp, "USB MTP commands", NULL);
1460-
#endif
1460+
#endif

0 commit comments

Comments
 (0)