/* * @Author : ChenJie * @Date : 2022-05-10 10:20:13 * @Version : V3.0 * @LastEditors : ChenJie * @LastEditTime : 2022-05-10 20:08:13 * @Description : file content * @FilePath : \VehicleControl\VehicleControl\src\System\Vehicle\AppVar.c */ //±ê¶¨±äÁ¿ #include "AppVar.h" /*constVar*/ UINT8 A_volDetect = 0; UINT8 B_volDetect = 0; UINT8 A_volCtrl = 0; UINT8 B_volCtrl = 0;