OpenRTX/rtos/uC-OS3/Source/__dbg_uCOS-III.c

33 wiersze
1.2 KiB
C

/*
*********************************************************************************************************
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
* This software is subject to an open source license and is distributed by
* Silicon Laboratories Inc. pursuant to the terms of the Apache License,
* Version 2.0 available at www.apache.org/licenses/LICENSE-2.0.
*
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* VARIABLES
*
* File : __dbg_uCOS-III.C
* Version : V3.08.00
*********************************************************************************************************
*/
#define OS_GLOBALS
#include "os.h"
#ifdef VSC_INCLUDE_SOURCE_FILE_NAMES
const CPU_CHAR *__dbg_uCOS_III__c = "$Id: $";
#endif