33 lines
1000 B
C
33 lines
1000 B
C
/******************************************************************************
|
|
*
|
|
* Freescale Semiconductor Inc.
|
|
* (c) Copyright 2008-2015 Freescale Semiconductor, Inc.
|
|
* ALL RIGHTS RESERVED.
|
|
*
|
|
******************************************************************************/
|
|
/**************************************************************************//**
|
|
* @addtogroup LIN21_core_api_group
|
|
* @{
|
|
******************************************************************************/
|
|
/**************************************************************************//**
|
|
*
|
|
* @file lin_lin21_api.c
|
|
*
|
|
* @author FPT Software
|
|
*
|
|
* @brief Common LIN 2.1 API functions
|
|
*
|
|
******************************************************************************/
|
|
/******************************************************************************
|
|
*
|
|
* History:
|
|
*
|
|
* 20090408 v1.0 First version
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#include "lin_lin21_api.h"
|
|
|
|
/**
|
|
* @}
|
|
*/ |