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