Skip to content

Commit

Permalink
hosted/jlink: hardware version preffix should be lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
perigoso committed Jul 28, 2023
1 parent 78db29c commit 4b071e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/hosted/jlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static bool jlink_get_version(void)

jlink.hw_version = read_le4(buffer, 0);

DEBUG_INFO("Hardware Version: %s V%u.%u.%u\n",
DEBUG_INFO("Hardware version: %s v%u.%u.%u\n",
jlink_hw_type_to_string(JLINK_HARDWARE_VERSION_TYPE(jlink.hw_version)),
JLINK_HARDWARE_VERSION_MAJOR(jlink.hw_version), JLINK_HARDWARE_VERSION_MINOR(jlink.hw_version),
JLINK_HARDWARE_VERSION_REVISION(jlink.hw_version));
Expand Down

0 comments on commit 4b071e6

Please sign in to comment.