3 Star 19 Fork 13

Lyndon/mcu_uds_protol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uds_type.h 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
/***************************************************************************//**
\file uds_type.h
\author
\mail
\version 0
\date 2016-10-09
\description uds type
*******************************************************************************/
#ifndef _UDS_TYPE_H_
#define _UDS_TYPE_H_
/*******************************************************************************
Include Files
*******************************************************************************/
/*******************************************************************************
Type Definition
*******************************************************************************/
/**
\def TRUE
Bool value true.
*/
#ifndef TRUE
#define TRUE (1)
#endif
/**
\def FALSE
Bool value false.
*/
#ifndef FALSE
#define FALSE (0)
#endif
/**
\def NULL
NULL type.
*/
#ifndef NULL
#define NULL ((void *) 0)
#endif
/**
\typedef unsigned char bool_t
Bool type.
*/
typedef unsigned char bool_t;
#endif
/****************EOF****************/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deep_space/mcu_uds_protol.git
git@gitee.com:deep_space/mcu_uds_protol.git
deep_space
mcu_uds_protol
mcu_uds_protol
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385