summaryrefslogtreecommitdiff
path: root/board/servo_micro/board.h
diff options
context:
space:
mode:
authorNick Sanders <nsanders@chromium.org>2016-10-28 16:23:12 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-11-02 17:39:56 -0700
commita04fc68e721c8165ce570d8929aef1330cf72df1 (patch)
tree309d560207dc27ca6ee72b3593630282c7c93434 /board/servo_micro/board.h
parentd4bff62d36cf42e7b28929baff64b0d99bf95362 (diff)
downloadchrome-ec-a04fc68e721c8165ce570d8929aef1330cf72df1.tar.gz
usb_i2c: refactor into common
This combines stm32 and chip/g usb_i2c interfaces so they will not diverge. Note that this fixes the chip/g implementation to use 8-bit i2c addresses. BUG=chrome-os-partner:57059 BRANCH=none TEST=servod interacts with servo_micro and servo_v4 Change-Id: Ibff217d84b132556202c8a71e3d42c07d546c634 Reviewed-on: https://chromium-review.googlesource.com/405108 Commit-Ready: Nick Sanders <nsanders@chromium.org> Tested-by: Nick Sanders <nsanders@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org>
Diffstat (limited to 'board/servo_micro/board.h')
-rw-r--r--board/servo_micro/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/servo_micro/board.h b/board/servo_micro/board.h
index b2543c3ac3..2a11e7707c 100644
--- a/board/servo_micro/board.h
+++ b/board/servo_micro/board.h
@@ -100,6 +100,7 @@ enum usb_strings {
USB_STR_PRODUCT,
USB_STR_SERIALNO,
USB_STR_VERSION,
+ USB_STR_I2C_NAME,
USB_STR_USART4_STREAM_NAME,
USB_STR_CONSOLE_NAME,
USB_STR_USART3_STREAM_NAME,