zhujiale 1 年之前
父节点
当前提交
79445b6773
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      components/smp/smp.c
  2. 1 1
      components/smp/smp.h

+ 1 - 1
components/smp/smp.c

@@ -107,4 +107,4 @@ void test()
     int cpu_mask = 0xf;
     rt_smp_call_func_cond(cpu_mask,test_call, RT_NULL);
 
-}
+}

+ 1 - 1
components/smp/smp.h

@@ -27,4 +27,4 @@ void rt_smp_call_func_cond(int cpu_mask,smp_func func, void *data);
 void rt_smp_call_ipi_handler(int vector, void *param);
 void smp_init(void);
 
-#endif
+#endif