fix the problem of two variables with the same name

This commit is contained in:
Huang_Yuqing 2021-04-30 18:26:30 +08:00
parent be9959746c
commit f0b60e04ed
1 changed files with 1 additions and 1 deletions

View File

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