移除静态编译文件,把协议源码移植进来
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
/****************************************************************************/
|
||||
/* bleproto.h
|
||||
*
|
||||
* Copyright (C) 2021 四川迈科创智科技有限公司
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifndef BLEPROTO_H_INCLUDE
|
||||
#define BLEPROTO_H_INCLUDE
|
||||
/****************************************************************************/
|
||||
/* Included Files */
|
||||
/****************************************************************************/
|
||||
|
||||
/* api */
|
||||
#include "bleproto_api.h"
|
||||
|
||||
/* thirdpart api */
|
||||
#include "mjson.h"
|
||||
|
||||
/****************************************************************************/
|
||||
/* Configure Definitions */
|
||||
/****************************************************************************/
|
||||
|
||||
/****************************************************************************/
|
||||
/* Pre-processor Definitions */
|
||||
/****************************************************************************/
|
||||
|
||||
/****************************************************************************/
|
||||
/* Public Types */
|
||||
/****************************************************************************/
|
||||
|
||||
/****************************************************************************/
|
||||
/* Public Data */
|
||||
/****************************************************************************/
|
||||
|
||||
/****************************************************************************/
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/****************************************************************************/
|
||||
/* Public Function Prototypes */
|
||||
/****************************************************************************/
|
||||
|
||||
/****************************************************************************/
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
/****************************************************************************/
|
||||
#endif /* BLEPROTO_H_INCLUDE */
|
||||
/****************************************************************************/
|
||||
/* */
|
||||
/* End of file. */
|
||||
/* */
|
||||
/****************************************************************************/
|
||||
Reference in New Issue
Block a user