zhujiale 10 months ago
parent
commit
45bc5a721f
2 changed files with 1 additions and 2 deletions
  1. 0 1
      components/smp/smp.h
  2. 1 1
      examples/utest/testcases/smp/smp.c

+ 0 - 1
components/smp/smp.h

@@ -16,7 +16,6 @@ struct smp_event
 struct smp_call
 {
     struct rt_spinlock lock;
-    struct rt_list_node node;
     struct smp_event event;
 
 };

+ 1 - 1
examples/utest/testcases/smp/smp.c

@@ -52,4 +52,4 @@ static void testcase(void)
     UTEST_UNIT_RUN(test);
 }
 
-UTEST_TC_EXPORT(testcase, "testcase.smp.smp", utest_tc_init, utest_tc_cleanup, 10);
+UTEST_TC_EXPORT(testcase, "testcase.smp.smp", utest_tc_init, utest_tc_cleanup, 10);