#pragma once #include #include "project_dep.h" #ifdef __cplusplus extern "C" { #endif /** * @brief * 该模块主要处理来自上位机的消息 */ /** * @brief 模块初始化 * */ void extern_if_service_init(); #ifdef __cplusplus } #endif