12 lines
238 B
C
12 lines
238 B
C
/*
|
|
CAN总线上的设
|
|
将所有CAN总线上挂载的设抽象成一设进行配和控制
|
|
*/
|
|
|
|
/* Includes ----------------------------------------------------------------- */
|
|
#include "can.h"
|
|
|
|
#include <stdbool.h>
|
|
#include <string.h>
|
|
|