Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion caPutLogApp/caPutLogTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {
#endif

#define MAX_USERID_SIZE 32
#define MAX_HOSTID_SIZE 32
#define MAX_HOSTID_SIZE 256

#if JSON_AND_ARRAYS_SUPPORTED
#define MAX_ARRAY_SIZE_BYTES 400
Expand Down
Loading