forked from gary/ems
2
0
Fork 0
sun_ems/ems_c/driver/drv_can.c

19 lines
519 B
C
Raw Permalink Normal View History

2025-05-13 17:49:49 +08:00
/*****************************************************************************
* @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"