⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ricosconfig.h

📁 开源ZigBee 协议栈
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -