mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
tcpc: fix alert bit masks for transmit
Fix alert transmit complete bit mask typo BUG=none BRANCH=none TEST=make buildall Change-Id: I70f9276f6448190aba5bafdbdab957fb8f0a4517 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274085 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
b00ecbc2fe
commit
eaf2f26831
@@ -34,7 +34,7 @@
|
||||
#define TCPC_REG_ALERT1_TX_DISCARDED (1<<1)
|
||||
#define TCPC_REG_ALERT1_TX_FAILED (1<<0)
|
||||
#define TCPC_REG_ALERT1_TX_COMPLETE (TCPC_REG_ALERT1_TX_SUCCESS | \
|
||||
TCPC_REG_ALERT1_TX_FAILED | \
|
||||
TCPC_REG_ALERT1_TX_DISCARDED | \
|
||||
TCPC_REG_ALERT1_TX_FAILED)
|
||||
|
||||
#define TCPC_REG_ALERT2 0x11
|
||||
|
||||
Reference in New Issue
Block a user