os.h 1.2 KB

1234567891011121314151617181920212223242526272829
  1. /*
  2. *********************************************************************************************************
  3. * uC/OS-II
  4. * The Real-Time Kernel
  5. *
  6. * (c) Copyright 1992-2013, Micrium, Weston, FL
  7. * All Rights Reserved
  8. *
  9. * File : os.h
  10. * By : Jean J. Labrosse
  11. * Version : V2.92.10
  12. *
  13. * LICENSING TERMS:
  14. * ---------------
  15. * uC/OS-II is provided in source form for FREE evaluation, for educational use or for peaceful research.
  16. * If you plan on using uC/OS-II in a commercial product you need to contact Micrium to properly license
  17. * its use in your product. We provide ALL the source code for your convenience and to help you experience
  18. * uC/OS-II. The fact that the source is provided does NOT mean that you can use it without paying a
  19. * licensing fee.
  20. *
  21. * Note : This file is included in the uC/OS-II for compatibility with uC/OS-III and should not be used
  22. * in normal circumstances.
  23. *********************************************************************************************************
  24. */
  25. #include <ucos_ii.h>
  26. typedef INT8U OS_ERR;