enable set systick priority for bumblebee

This commit is contained in:
acevest
2019-09-26 20:11:59 +08:00
parent f03535a484
commit 384a4f6ef3
9 changed files with 27 additions and 16 deletions

View File

@@ -23,6 +23,8 @@
#define TOS_CFG_SEM_EN 1u // 配置TencentOS tiny是否开启信号量模块
#define TOS_CFG_CPU_SYSTICK_PRIO 0xF
#if (TOS_CFG_QUEUE_EN > 0u)
#define TOS_CFG_MSG_EN 1u
#else