includes.h
上传用户:tkwrx3909
上传日期:2015-10-06
资源大小:3310k
文件大小:1k
源码类别:

uCOS

开发平台:

Visual C++

  1. /*
  2. *********************************************************************************************************
  3. *                                                uC/OS-II
  4. *                                          The Real-Time Kernel
  5. *
  6. *                              (c) Copyright 1992-2004, Micrium, Weston, FL
  7. *                                           All Rights Reserved
  8. *
  9. *                                           MASTER INCLUDE FILE
  10. *********************************************************************************************************
  11. */
  12. #include    <stdio.h>
  13. #include    <string.h>
  14. #include    <ctype.h>
  15. #include    <stdlib.h>
  16. #include    <ucos_ii.h>
  17. #if OS_VIEW_MODULE
  18. #include    <os_viewc.h>
  19. #include    <os_view.h>
  20. #endif