lin.h

来自「MC68HC908EY16 LIN-BUS源码(编译环境:CodeWarrior」· C头文件 代码 · 共 24 行

H
24
字号
/* ************************************************************************ *
 *                                                                          *
 *                  Volcano Communications Technologies AB                  *
 *                            All rights reserved                           *
 *                                                                          *
 * ************************************************************************ */

/* ************************************************************************ *
 *         File: lin.h                                                      *
 *  Description: Collective Header file for the LIN target package.         *
 *                                                                          *
 * ************************************************************************ */


#ifndef __LIN_H__
#define __LIN_H__

#include <l_types.h>
#include <l_core.h>
#include <l_target.h>
#include "l_gen.h"

#endif /* __LIN_H__ */

⌨️ 快捷键说明

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