summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-06 12:23:17 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:34:58 +0000
commit0433726ab57a1430f0016f18ba6a57c9c8e2ca35 (patch)
treeb133a99bddddcd1da4c04fa9fe7f6db41bbbf508 /include
parent7d462d74c6989e8f7fe11efb1c26377e93bc99d0 (diff)
downloadchrome-ec-0433726ab57a1430f0016f18ba6a57c9c8e2ca35.tar.gz
coil: CC_SPS->CC_SPP
BUG=b:175244613 TEST=make buildall -j Change-Id: I0293c7ba92d05bf0d47a92bcc86c48ac61060f09 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615127 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/console_channel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/console_channel.inc b/include/console_channel.inc
index 8b81926544..34a5e1be48 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -77,7 +77,7 @@ CONSOLE_CHANNEL(CC_SPI, "spi")
CONSOLE_CHANNEL(CC_RBOX, "rbox")
#endif
#ifdef CONFIG_SPP
-CONSOLE_CHANNEL(CC_SPS, "spp")
+CONSOLE_CHANNEL(CC_SPP, "spp")
#endif
#if defined(CONFIG_SWITCH) || defined(CONFIG_LID_SWITCH)
CONSOLE_CHANNEL(CC_SWITCH, "switch")