os_var.c 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. *********************************************************************************************************
  3. * uC/OS-III
  4. * The Real-Time Kernel
  5. *
  6. * Copyright 2009-2022 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. * VARIABLES
  19. *
  20. * File : os_var.c
  21. * Version : V3.08.02
  22. *********************************************************************************************************
  23. */
  24. #define OS_GLOBALS
  25. #define MICRIUM_SOURCE
  26. #include "os.h"
  27. #ifdef VSC_INCLUDE_SOURCE_FILE_NAMES
  28. const CPU_CHAR *os_var__c = "$Id: $";
  29. #endif