mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-18 22:18:38 -04:00
[EGD-8027] Disable USB device task
Disabling USB task to prevent BUSY errors during USB_DeviceCdcAcmSend().
This commit is contained in:
committed by
Marek Niepiekło
parent
81b4fb7915
commit
29ba767ef5
@@ -2,4 +2,4 @@ set(CONFIG_SIMULATOR_DISPLAY_RES_X 480)
|
||||
set(CONFIG_SIMULATOR_DISPLAY_RES_Y 600)
|
||||
|
||||
# Enable/disable USB MTP
|
||||
option(ENABLE_USB_TASK "Enables usage of USB Task" ON)
|
||||
option(ENABLE_USB_TASK "Enables usage of USB Task" OFF)
|
||||
|
||||
Reference in New Issue
Block a user