diff --git a/demos/host/host_freertos/app_os_prio.h b/demos/host/host_freertos/app_os_prio.h index 6a9135dfd..1704d8312 100644 --- a/demos/host/host_freertos/app_os_prio.h +++ b/demos/host/host_freertos/app_os_prio.h @@ -60,6 +60,7 @@ #define KEYBOARD_APP_TASK_PRIO (TUSB_CFG_OS_TASK_PRIO-2) #define MOUSE_APP_TASK_PRIO KEYBOARD_APP_TASK_PRIO #define CDC_SERIAL_APP_TASK_PRIO KEYBOARD_APP_TASK_PRIO +#define MSC_APP_TASK_PRIO KEYBOARD_APP_TASK_PRIO #define LED_BLINKING_APP_TASK_PRIO (tskIDLE_PRIORITY+1) diff --git a/demos/host/host_os_none/.cproject b/demos/host/host_os_none/.cproject index 569f09885..a926209d8 100644 --- a/demos/host/host_os_none/.cproject +++ b/demos/host/host_os_none/.cproject @@ -30,7 +30,7 @@ - - -