From b6c4501d0e221fb2d610c028a2c5f801502d5fad Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Wed, 2 Dec 2015 09:15:37 +0100 Subject: [PATCH] Adjust data size of dataman to force reset of all existing user data --- src/modules/dataman/dataman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/dataman/dataman.h b/src/modules/dataman/dataman.h index a29a29c735..d5e39dbfd3 100644 --- a/src/modules/dataman/dataman.h +++ b/src/modules/dataman/dataman.h @@ -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