Skip to content
Snippets Groups Projects
Commit d681d9de authored by schneider's avatar schneider Committed by rahix
Browse files

feat(bootloader): Show up as CCC card10

parent e6685d5a
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,9 @@ static const msc_cfg_t msc_cfg = {
};
static const msc_idstrings_t ids = {
"MAXIM", /* Vendor string. Maximum of 8 bytes */
"MSC Example", /* Product string. Maximum of 16 bytes */
"1.0" /* Version string. Maximum of 4 bytes */
"CCC", /* Vendor string. Maximum of 8 bytes */
"card10", /* Product string. Maximum of 16 bytes */
"1.0" /* Version string. Maximum of 4 bytes */
};
/* Functions to control "disk" memory. See msc.h for definitions. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment