Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

36 righe
1.3 KiB

  1. /*
  2. *********************************************************************************************************
  3. * uC/OS-II
  4. * The Real-Time Kernel
  5. *
  6. * Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
  7. *
  8. * SPDX-License-Identifier: APACHE-2.0
  9. *
  10. * This software is subject to an open source license and is distributed by
  11. * Silicon Laboratories Inc. pursuant to the terms of the Apache License,
  12. * Version 2.0 available at www.apache.org/licenses/LICENSE-2.0.
  13. *
  14. *********************************************************************************************************
  15. */
  16. /*
  17. *********************************************************************************************************
  18. * Filename : os.h
  19. * Version : V2.93.01
  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. #ifndef OS_H
  26. #define OS_H
  27. #include "ucos_ii.h"
  28. typedef INT8U OS_ERR;
  29. #endif