Skip to content

Commit

Permalink
usb: mass storage: add missing prompt to Kconfig
Browse files Browse the repository at this point in the history
thread stack size was missing input prompt.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
  • Loading branch information
jsiverskog authored and nashif committed Mar 1, 2021
1 parent eb72b2d commit c2afabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/usb/class/Kconfig.msc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ config MASS_STORAGE_BULK_EP_MPS
Mass storage device class bulk endpoints size

config MASS_STORAGE_STACK_SIZE
int
int "Set stack size for mass storage thread"
default 512
help
Stack size for mass storage disk operations thread
Expand Down

0 comments on commit c2afabc

Please sign in to comment.