1234567891011121314151617 |
- /*
- * @Author : ChenJie
- * @Date : 2022-05-10 10:20:28
- * @Version : V3.0
- * @LastEditors : ChenJie
- * @LastEditTime : 2022-05-17 19:25:27
- * @Description : file content ±ê¶¨±äÁ¿
- * @FilePath : \undefinedd:\1_WorkFiles\2_Software\10_ReplaceBatteryControl\ECTEK_ToolChain\VehicleControl\VehicleControl\src\System\Vehicle\AppVar.h
- */
- #include "Std_Types.h"
- #include "HardwareLib.h"
- /*ConstVar*/
- extern UINT8 A_volDetect ;
- extern UINT8 B_volDetect ;
- extern UINT8 A_volCtrl ;
- extern UINT8 B_volCtrl ;
|