#ifndef BMS_HMI_H_ #define BMS_HMI_H_ #ifdef __cplusplus extern "C" { #endif #include "kit_core.h" void appInitHmi(void); #ifdef __cplusplus } #endif #endif