ricosconfig.h

来自「开源ZigBee 协议栈」· C头文件 代码 · 共 43 行

H
43
字号
#ifndef RICOSCONFIG_H
#define RICOSCONFIG_H
/*
//	author(s):		sthhevs
//
//	date started:	July 2005
//
//	Copyright (c) 2005 HEVs, UIT Infotronics
//  http://www.hevs.edu
//  http://www.infotronics.ch
//
// This Rhapsody adapter is free software. You can redistribute it
// and/or modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation. See the GNU General
// Public License for more details:
// http://opensource.org/licenses/gpl-license.php
//
*/

/************************************
// flags
************************************/

//#define RIC_OS_MUTEX_LOCK_AS_OPERATION
//#define RIC_OS_MUTEX_FREE_AS_OPERATION

//#ifdef MSG_Q_IMPLEMENETATION_WITHOUT_INFO
//#define RIC_OS_MESSAGE_QUEUE_IS_EMPTY_AS_OPERATION
//#endif

/************************************
// include files
************************************/
#include <stdlib.h>

/************************************
// Macros
************************************/
#define OMitoa(val,str,radix) sprintf(str,"%d",val)

#endif /* RICOSCONFIG_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?