ems/ems_c/driver/drv_can.c

19 lines
519 B
C

/*****************************************************************************
* @copyright 2024-2024, . POWER SUPPLY CO., LTD.
* @file drv_can.c
* @brief can底层驱动程序
* @author Gary
* @date 2024/11/18
* @remark 初修订
*****************************************************************************/
#include <stdio.h>
#include <termios.h>
#include <string.h>
#include <errno.h>
#include <sys/time.h>
#include "kit_log.h"
#include "drv_can.h"