summaryrefslogtreecommitdiff
path: root/board/fruitpie/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/fruitpie/board.c')
-rw-r--r--board/fruitpie/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/fruitpie/board.c b/board/fruitpie/board.c
index cd733c6c8f..f03d8546db 100644
--- a/board/fruitpie/board.c
+++ b/board/fruitpie/board.c
@@ -8,6 +8,7 @@
#include "adc_chip.h"
#include "common.h"
#include "console.h"
+#include "ec_version.h"
#include "gpio.h"
#include "hooks.h"
#include "i2c.h"
@@ -67,7 +68,7 @@ const void * const usb_strings[] = {
[USB_STR_DESC] = usb_string_desc,
[USB_STR_VENDOR] = USB_STRING_DESC("Google Inc."),
[USB_STR_PRODUCT] = USB_STRING_DESC("FruitPie"),
- [USB_STR_VERSION] = NULL /* filled at runtime */,
+ [USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
};
BUILD_ASSERT(ARRAY_SIZE(usb_strings) == USB_STR_COUNT);