mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
25 lines
404 B
C
25 lines
404 B
C
/*
|
|
* SW_VER.h
|
|
*
|
|
* Created on: 2024. 6. 23.
|
|
* Author: SUPYO
|
|
*/
|
|
|
|
|
|
#ifndef VEHICLE_SYSTEM_MODE_LAYER_VCU
|
|
|
|
#define VEHICLE_SYSTEM_MODE_LAYER_VCU extern
|
|
|
|
|
|
#include "stdint.h"
|
|
#include "main.h"
|
|
#include "define.h"
|
|
#endif /* VEHICLE_SYSTEM_MODE_LAYER_MCU */
|
|
|
|
|
|
//--------------------------------- functions----------------------------------//
|
|
|
|
VEHICLE_SYSTEM_MODE_LAYER_VCU void SET_SW_VER(void);
|
|
|
|
|