37 lines
983 B
C
Raw Normal View History

2025-06-21 13:50:24 +08:00
#ifndef __UART2CANDIAGAPP_H__
#define __UART2CANDIAGAPP_H__
/*******************************************************************************
* the includes
******************************************************************************/
#include <stdint.h>
/*******************************************************************************
* the defines
******************************************************************************/
/*******************************************************************************
* the typedefs
******************************************************************************/
/*******************************************************************************
* the globals
******************************************************************************/
/*******************************************************************************
* the functions
******************************************************************************/
#endif