1 Star 0 Fork 38

zsdshuai/plccore

forked from RT-Thread-Mirror/plccore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plc_define.h 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
hyafz 提交于 2020-11-12 17:14 . - 修改文件注释中作者名称
/**
* @file plc_define.h
* @brief PLCÄÚ²¿Ò»Ð©³£Á¿¶¨Òå
* @author fengzhou
*/
#ifndef _PLC_DEFINE_H_
#define _PLC_DEFINE_H_
/* PLCCORE version information */
#define CORE_VERSION 0L /**< major version number */
#define CORE_SUBVERSION 1L /**< minor version number */
#define CORE_REVISION 0L /**< revise version number */
/* PLCCORE version */
#define PLCCORE_VERSION ((CORE_VERSION * 10000) + (CORE_SUBVERSION * 100) + CORE_REVISION)
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zsdshuai/plccore.git
git@gitee.com:zsdshuai/plccore.git
zsdshuai
plccore
plccore
master

搜索帮助