No.29281 作者:iamsxj 邮件: ID:7051 登陆:20次 文章数:106篇 最后登陆IP:221.230.226.52 最后登陆:2006/6/9 13:55:56 注册:2002/11/27 15:34:00 财富:375 发帖时间:2003/5/9 15:35:26 发贴者IP:218.3.84.49 标题:iamsxj:RTX51tiny问题,有空帮我看看吧 摘要:No.29281RTX51tiny问题,有空帮我看看吧 我照书上打了一段程序到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++; } } ......
>>返回讨论的主题
|