mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
cc245016ea
commit
8e1546b012
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ static int CmdHelp(const char *Cmd);
|
||||||
static int CmdFlashmemSpiBaudrate(const char *Cmd) {
|
static int CmdFlashmemSpiBaudrate(const char *Cmd) {
|
||||||
|
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, " mem baudrate 48",
|
CLIParserInit(&ctx, "mem baudrate",
|
||||||
"Set the baudrate for the SPI flash memory communications.\n"
|
"Set the baudrate for the SPI flash memory communications.\n"
|
||||||
"Reading Flash ID will virtually always fail under 48MHz setting.\n"
|
"Reading Flash ID will virtually always fail under 48MHz setting.\n"
|
||||||
"Unless you know what you are doing, please stay at 24MHz.\n"
|
"Unless you know what you are doing, please stay at 24MHz.\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue