summaryrefslogtreecommitdiff
path: root/board/lindar
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:44:55 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 12:50:16 +0000
commit5ff32861da24ac1a39951031788850766ed668a7 (patch)
tree2b3744ca2eafd5f65e9b54813dba52ccd5573895 /board/lindar
parent9850d03b492dfd9da9271bd485feb376bd2a115a (diff)
downloadchrome-ec-5ff32861da24ac1a39951031788850766ed668a7.tar.gz
board/lindar/ktd20xx.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I06721b855e9274228dd090236a65509afdb47b3d Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728636 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/lindar')
-rw-r--r--board/lindar/ktd20xx.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/board/lindar/ktd20xx.h b/board/lindar/ktd20xx.h
index ad93ee3de8..80689946a6 100644
--- a/board/lindar/ktd20xx.h
+++ b/board/lindar/ktd20xx.h
@@ -120,21 +120,21 @@
*/
enum ktd20xx_register {
- KTD20XX_ID_DATA = 0x00,
- KTD20XX_STATUS_REG = 0x01,
- KTD20XX_CTRL_CFG = 0x02,
- KTD20XX_IRED_SET0 = 0x03,
- KTD20XX_IGRN_SET0 = 0x04,
- KTD20XX_IBLU_SET0 = 0x05,
- KTD20XX_IRED_SET1 = 0x06,
- KTD20XX_IGRN_SET1 = 0x07,
- KTD20XX_IBLU_SET1 = 0x08,
- KTD20XX_ISEL_A12 = 0x09,
- KTD20XX_ISEL_A34 = 0x0A,
- KTD20XX_ISEL_B12 = 0x0B,
- KTD20XX_ISEL_B34 = 0x0C,
- KTD20XX_ISEL_C12 = 0x0D,
- KTD20XX_ISEL_C34 = 0x0E,
+ KTD20XX_ID_DATA = 0x00,
+ KTD20XX_STATUS_REG = 0x01,
+ KTD20XX_CTRL_CFG = 0x02,
+ KTD20XX_IRED_SET0 = 0x03,
+ KTD20XX_IGRN_SET0 = 0x04,
+ KTD20XX_IBLU_SET0 = 0x05,
+ KTD20XX_IRED_SET1 = 0x06,
+ KTD20XX_IGRN_SET1 = 0x07,
+ KTD20XX_IBLU_SET1 = 0x08,
+ KTD20XX_ISEL_A12 = 0x09,
+ KTD20XX_ISEL_A34 = 0x0A,
+ KTD20XX_ISEL_B12 = 0x0B,
+ KTD20XX_ISEL_B34 = 0x0C,
+ KTD20XX_ISEL_C12 = 0x0D,
+ KTD20XX_ISEL_C34 = 0x0E,
KTD20XX_TOTOAL_REG
};