Skip to content

Commit

Permalink
Update DAP_config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet authored Sep 23, 2024
1 parent 0ee140f commit 7344ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/HSLink-Pro/src/DAP_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ __STATIC_INLINE uint8_t DAP_GetVendorString (char *str) {
\return String length (including terminating NULL character) or 0 (no string).
*/
__STATIC_INLINE uint8_t DAP_GetProductString (char *str) {
const char product[] = "HSLink Pro";
const char product[] = "Cherry CMSIS-DAP";
uint8_t len = (uint8_t)strlen(product);
memcpy(str, product, len);
return len;
Expand Down

0 comments on commit 7344ddf

Please sign in to comment.