Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- /*
- *********************************************************************************************************
- * uC/OS-II
- * The Real-Time Kernel
- *
- * Copyright 1992-2021 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.01
- *********************************************************************************************************
- * 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
|