Skip to content
Snippets Groups Projects
Commit 3c3506bd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

apps/system/usbmsc: Back out kludge that is no longer needed with the recent...

apps/system/usbmsc:  Back out kludge that is no longer needed with the recent fix to the USB MSC class
parent 30c34c07
No related branches found
No related tags found
No related merge requests found
......@@ -1051,8 +1051,6 @@ CONFIG_SYSTEM_USBMSC_DEVPATH3="/dev/mmcsd2"
# CONFIG_SYSTEM_USBMSC_DEBUGMM is not set
CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE=768
CONFIG_SYSTEM_USBMSC_CMD_PRIORITY=100
CONFIG_SYSTEM_USBMSC_DAEMON_STACKSIZE=2048
CONFIG_SYSTEM_USBMSC_DAEMON_PRIORITY=100
#
# Zmodem Commands
......
......@@ -902,8 +902,6 @@ CONFIG_SYSTEM_USBMSC_DEVPATH3="/dev/mmcsd2"
# CONFIG_SYSTEM_USBMSC_DEBUGMM is not set
CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE=768
CONFIG_SYSTEM_USBMSC_CMD_PRIORITY=100
CONFIG_SYSTEM_USBMSC_DAEMON_STACKSIZE=2048
CONFIG_SYSTEM_USBMSC_DAEMON_PRIORITY=100
#
# Zmodem Commands
......
......@@ -1158,8 +1158,6 @@ CONFIG_SYSTEM_USBMSC_DEVPATH3="/dev/mmcsd2"
# CONFIG_SYSTEM_USBMSC_DEBUGMM is not set
CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE=768
CONFIG_SYSTEM_USBMSC_CMD_PRIORITY=100
CONFIG_SYSTEM_USBMSC_DAEMON_STACKSIZE=2048
CONFIG_SYSTEM_USBMSC_DAEMON_PRIORITY=100
#
# Zmodem Commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment