NEW: release DJI Payload-SDK version 3.10.0

This commit is contained in:
minghuah.chen
2025-01-10 10:30:38 +08:00
parent 860751ae15
commit 292a6fcb52
104 changed files with 11506 additions and 7194764 deletions

View File

@ -55,7 +55,6 @@ typedef struct {
T_DjiHmsFileBinaryArray *fileBinaryArrayList; /*!< Pointer to binary array list */
} T_DjiHmsBinaryArrayConfig;
/* Exported functions --------------------------------------------------------*/
/**
* @brief Initialise hms customization module, and user should call this function
@ -65,7 +64,7 @@ typedef struct {
T_DjiReturnCode DjiHmsCustomization_Init(void);
/**
* @brief DeInitialize hms manager module.
* @brief DeInitialize hms customization module.
* @return Execution result.
*/
T_DjiReturnCode DjiHmsCustomization_DeInit(void);