summaryrefslogtreecommitdiff
path: root/board/hyperdebug/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hyperdebug/board.c')
-rw-r--r--board/hyperdebug/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/hyperdebug/board.c b/board/hyperdebug/board.c
index c9a3702d1e..8b1c53c937 100644
--- a/board/hyperdebug/board.c
+++ b/board/hyperdebug/board.c
@@ -192,6 +192,7 @@ const void *const usb_strings[] = {
[USB_STR_USART3_STREAM_NAME] = USB_STRING_DESC("UART3"),
[USB_STR_USART4_STREAM_NAME] = USB_STRING_DESC("UART4"),
[USB_STR_USART5_STREAM_NAME] = USB_STRING_DESC("UART5"),
+ [USB_STR_DFU_NAME] = USB_STRING_DESC("DFU"),
};
BUILD_ASSERT(ARRAY_SIZE(usb_strings) == USB_STR_COUNT);