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

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

Merge "diag: Fix mask values for IPC log types"

parents 1ee6a7f0 1a7d351c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
#define DIAG_DEBUG_MUX		0x0002
#define DIAG_DEBUG_DCI		0x0004
#define DIAG_DEBUG_PERIPHERALS	0x0008
#define DIAG_DEBUG_MASKS	0x0016
#define DIAG_DEBUG_POWER	0x0032
#define DIAG_DEBUG_MASKS	0x0010
#define DIAG_DEBUG_POWER	0x0020

#ifdef DIAG_DEBUG
extern uint16_t diag_debug_mask;