mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-14 06:43:19 +08:00
37 lines
1.3 KiB
C
37 lines
1.3 KiB
C
/*
|
|
*********************************************************************************************************
|
|
* uC/OS-II
|
|
* The Real-Time Kernel
|
|
*
|
|
* Copyright 1992-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.
|
|
*
|
|
*********************************************************************************************************
|
|
*/
|
|
|
|
|
|
/*
|
|
*********************************************************************************************************
|
|
* Filename : os.h
|
|
* Version : V2.93.00
|
|
*********************************************************************************************************
|
|
* Note : This file is included in the uC/OS-II for compatibility with uC/OS-III and should not be used
|
|
* in normal circumstances.
|
|
*********************************************************************************************************
|
|
*/
|
|
|
|
#ifndef OS_H
|
|
#define OS_H
|
|
|
|
#include "ucos_ii.h"
|
|
|
|
|
|
typedef INT8U OS_ERR;
|
|
|
|
#endif
|