Skip to content

Commit 04f3e1d

Browse files
committed
Comment out DAP_FW_Vers string in DAP.c to prevent warning.
- This global is unused in DAPLink because we report the DAPLink version for DAP_ID_FW_VER instead of CMSIS-DAP version.
1 parent fdd2f0e commit 04f3e1d

File tree

1 file changed

+1
-1
lines changed
  • source/daplink/cmsis-dap

1 file changed

+1
-1
lines changed

source/daplink/cmsis-dap/DAP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
volatile uint8_t DAP_TransferAbort; // Transfer Abort Flag
6363

6464

65-
static const char DAP_FW_Ver [] = DAP_FW_VER;
65+
// static const char DAP_FW_Ver [] = DAP_FW_VER;
6666

6767
#if TARGET_DEVICE_FIXED
6868
static const char TargetDeviceVendor [] = TARGET_DEVICE_VENDOR;

0 commit comments

Comments
 (0)