zhujiale 10 months ago
parent
commit
79445b6773
2 changed files with 2 additions and 2 deletions
  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