You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
243 B
21 lines
243 B
#pragma once
|
|
#include <stdint.h>
|
|
#include "project_dep.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/**
|
|
* @brief
|
|
* 该模块主要处理来自上位机的消息
|
|
*/
|
|
|
|
/**
|
|
* @brief 模块初始化
|
|
*
|
|
*/
|
|
void extern_if_service_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|