fix the problem of two variables with the same name from Huang Yuqing

it is fit
This commit is contained in:
xuedongliang 2021-04-30 18:46:43 +08:00
commit 1d9dc88cb2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#ifdef SEPARATE_COMPILE
// #include <board.h>
enum KernelService
enum KernelServiceEnum
{
KS_USER_PRINT_INFO = 0,
KS_USER_TASK_CREATE ,