Skip to content

Commit a64d2ec

Browse files
authored
Update SunWay.md
1 parent cb56acd commit a64d2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SunWay/SunWay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int main(void){
1313
printf("Init Success!\n");
1414
else
1515
printf("Init Fail!\n");
16-
athread_spawn((void *)SLAVE_FUN(test_slave),0);
16+
athread_spawn((void *)SLAVE_FUN(test_slave),0);
1717
athread_join();
1818
return 0;
1919
}

0 commit comments

Comments
 (0)