mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 18:03:59 +09:00
26 lines
398 B
C
26 lines
398 B
C
|
|
/*
|
|
* CAN_CHECK.h
|
|
*
|
|
* Created on: 2024. 7. 15.
|
|
* Author: SUPYO
|
|
*/
|
|
|
|
|
|
|
|
#ifndef VEHICLE_SYSTEM_MODE_LAYER_CAN_CHECK_
|
|
|
|
#define VEHICLE_SYSTEM_MODE_LAYER_CAN_CHECK_ extern
|
|
|
|
|
|
#include "stdint.h"
|
|
|
|
#endif /* VEHICLE_SYSTEM_MODE_LAYER_BMS_SOC_ */
|
|
|
|
|
|
//--------------------------------- functions----------------------------------//
|
|
|
|
|
|
VEHICLE_SYSTEM_MODE_LAYER_CAN_CHECK_ void CAN_Check(void);
|
|
|