mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
24 lines
403 B
C
24 lines
403 B
C
/*
|
|
* BREAK_Speed.h
|
|
*
|
|
* Created on: 2024. 7. 30.
|
|
* Author: SUPYO
|
|
*/
|
|
|
|
|
|
|
|
#ifndef VEHICLE_SYSTEM_MODE_LAYER_BREAK_SPEED
|
|
|
|
#define VEHICLE_SYSTEM_MODE_LAYER_BREAK_SPEED extern
|
|
|
|
|
|
#include "stdint.h"
|
|
|
|
#endif /* VEHICLE_SYSTEM_MODE_LAYER_BMS_SOC_ */
|
|
|
|
|
|
//--------------------------------- functions----------------------------------//
|
|
|
|
VEHICLE_SYSTEM_MODE_LAYER_BREAK_SPEED void BREAK_Speed(void);
|
|
|