mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 11:57:34 +08:00
Adjust data size of dataman to force reset of all existing user data
This commit is contained in:
@@ -89,7 +89,7 @@ typedef enum {
|
||||
} dm_reset_reason;
|
||||
|
||||
/** Maximum size in bytes of a single item instance */
|
||||
#define DM_MAX_DATA_SIZE 124
|
||||
#define DM_MAX_DATA_SIZE 126
|
||||
|
||||
/** Retrieve from the data manager store */
|
||||
__EXPORT ssize_t
|
||||
|
||||
Reference in New Issue
Block a user