From 96ae3886ff33e4b88c147ae06e83fe128ef12245 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Thu, 24 Jan 2013 18:38:07 +0100 Subject: stm32:cdcacm/usbdfu: Print version and build information in the product string --- src/platforms/native/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platforms/native') diff --git a/src/platforms/native/platform.h b/src/platforms/native/platform.h index 4a0f273..de40927 100644 --- a/src/platforms/native/platform.h +++ b/src/platforms/native/platform.h @@ -35,7 +35,7 @@ #define INLINE_GPIO #define CDCACM_PACKET_SIZE 64 #define PLATFORM_HAS_TRACESWO -#define BOARD_IDENT "Black Magic Probe" +#define BOARD_IDENT "Black Magic Probe, (Firmware 1.5" VERSION_SUFFIX ", build " BUILDDATE ")" #define DFU_IDENT "Black Magic Firmware Upgrade" extern usbd_device *usbdev; -- cgit v1.2.3