RTX51tiny问题,有空帮我看看吧
我照书上打了一段程序到keil中,可编译出了若干错误,我不知道该如何设置。
#include <rtx51tny.h>
int counter0;
int counter1;
void job0 (void) _task_0 {
os_creat(1);
while(1)
{ counter0++;
}
}
void job1 (void) _task_1 {
while(1)
{
counter1++;
}
}
发表时间:2003年5月9日15:35:26