码迷,mamicode.com
首页 > 其他好文 > 详细

uC/OS-II应用程序相关的代码

时间:2016-12-29 07:02:44      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:reserve   file   set   setjmp   nbsp   kernel   oss   soft   copyright   

/*
*********************************************************************************************************
*                                                uC/OS-II
*                                          The Real-Time Kernel
*
*                           (c) Copyright 1992-1999, Jean J. Labrosse, Weston, FL
*                                           All Rights Reserved
*
*                                           MASTER INCLUDE FILE
*********************************************************************************************************
*/
//与应用程序相关的代码
#include    <stdio.h>
#include    <string.h>
#include    <ctype.h>
#include    <stdlib.h>
#include    <conio.h>
#include    <dos.h>
#include    <setjmp.h>

#include    "\software\ucos-ii\ix86l\bc45\os_cpu.h"
#include    "os_cfg.h"
#include    "\software\ucos-ii\source\ucos_ii.h"
#include    "\software\blocks\pc\bc45\pc.h"

uC/OS-II应用程序相关的代码

标签:reserve   file   set   setjmp   nbsp   kernel   oss   soft   copyright   

原文地址:http://www.cnblogs.com/wxb20/p/6230798.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!