includes.h
上传用户:jinguanrq
上传日期:2022-06-04
资源大小:724k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. /*
  2. *********************************************************************************************************
  3. *                                                uC/OS-II
  4. *                                          The Real-Time Kernel
  5. *
  6. *                        (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
  7. *                                           All Rights Reserved
  8. *
  9. *                                           MASTER INCLUDE FILE
  10. *********************************************************************************************************
  11. */
  12. //os includes
  13. #include    "os_cpu.h"
  14. #include    "os_cfg.h"
  15. #include    "ucos_ii.h"
  16. static OS_EVENT *UART_sem;