📄 linmsgid.h
字号:
#ifndef LINMSGID_H
#define LINMSGID_H
/******************************************************************************
*
* Copyright (C) 2005 Freescale Semiconductor, Inc.
* All Rights Reserved
*
* Filename: linmsgid.h
*
* Revision:
*
* Functions: Message Identifier and Length configuration for Freescale API
*
* Description: This is a template file for message id and length configuration.
*
* Notes: For Master node: all non-standard message's length used in the
*
******************************************************************************/
#define LIN_MSG_20 LIN_RECEIVE /* Message identifier */
#define LIN_MSG_20_LEN 2 /* Length */
#endif /* defined(LINMSGID_H)*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -