Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10016a79 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Correct the minimum dci packet length"

parents b8e89a8e 6f544080
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@
#define DISABLE_LOG_MASK	0
#define DISABLE_LOG_MASK	0
#define MAX_EVENT_SIZE		512
#define MAX_EVENT_SIZE		512
#define DCI_CLIENT_INDEX_INVALID -1
#define DCI_CLIENT_INDEX_INVALID -1
#define DCI_PKT_REQ_MIN_LEN		8
#define DCI_PKT_REQ_MIN_LEN		5
#define DCI_LOG_CON_MIN_LEN		14
#define DCI_LOG_CON_MIN_LEN		14
#define DCI_EVENT_CON_MIN_LEN		16
#define DCI_EVENT_CON_MIN_LEN		16