12 lines
307 B
C
12 lines
307 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#define SBTASK_PRIORITY_USB_HOST 14
|
||
|
|
#define SBTASK_PRIORITY_USB_DEVICE 15
|
||
|
|
#define SBTASK_PRIORITY_USB_CDC 17
|
||
|
|
#define SBTASK_PRIORITY_USB_MSC 18
|
||
|
|
|
||
|
|
#define SBTASK_CORE_INDEX_USB_HOST 0
|
||
|
|
#define SBTASK_CORE_INDEX_USB_DEVICE 0
|
||
|
|
#define SBTASK_CORE_INDEX_USB_CDC 0
|
||
|
|
#define SBTASK_CORE_INDEX_USB_MSC 0
|