Merge pull request #77 from dji-sdk/release/v3.3
FIX: fix the waypoint v2 mission state enum defined error
This commit is contained in:
@ -37,7 +37,7 @@ extern "C" {
|
||||
#define DJI_VERSION_MINOR 3 /*!< DJI SDK minor version num, when add functionality in a backwards compatible manner changes. Range from 0 to 99. */
|
||||
#define DJI_VERSION_MODIFY 0 /*!< DJI SDK modify version num, when have backwards compatible bug fixes changes. Range from 0 to 99. */
|
||||
#define DJI_VERSION_BETA 0 /*!< DJI SDK version beta info, release version will be 0, when beta version release changes. Range from 0 to 255. */
|
||||
#define DJI_VERSION_BUILD 1661 /*!< DJI SDK version build info, when jenkins trigger build changes. Range from 0 to 65535. */
|
||||
#define DJI_VERSION_BUILD 1662 /*!< DJI SDK version build info, when jenkins trigger build changes. Range from 0 to 65535. */
|
||||
|
||||
/* Exported types ------------------------------------------------------------*/
|
||||
|
||||
|
@ -237,7 +237,7 @@ typedef enum {
|
||||
/**
|
||||
* Raed to execute the mission.
|
||||
*/
|
||||
DJI_WAYPOINT_V2_MISSION_STATE_READY_TO_EXECUTE = -1,
|
||||
DJI_WAYPOINT_V2_MISSION_STATE_READY_TO_EXECUTE = 1,
|
||||
|
||||
/**
|
||||
* The execution is started successfully.
|
||||
|
BIN
psdk_lib/lib/aarch64-himix100-linux-gcc/libpayloadsdk.a
Normal file
BIN
psdk_lib/lib/aarch64-himix100-linux-gcc/libpayloadsdk.a
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user