forked from gary/BCU
2
0
Fork 0
BCU/app/stm32fxxx_boot/user/app_hmi.h

19 lines
165 B
C

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