Skip to content

Commit

Permalink
feat:add number of subscription package from 5 to 7
Browse files Browse the repository at this point in the history
OSDK-2508
  • Loading branch information
DJI-Colin committed May 27, 2020
1 parent a1fe478 commit 55296f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osdk-core/api/inc/dji_subscription.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class DataSubscription
}

public: // public variables
const static uint8_t MAX_NUMBER_OF_PACKAGE = 5;
const static uint8_t MAX_NUMBER_OF_PACKAGE = 7;
VehicleCallBackHandler subscriptionDataDecodeHandler;

private: // private variables
Expand Down

0 comments on commit 55296f6

Please sign in to comment.