MCPcopy Create free account
hub / github.com/BruceDevices/firmware / createCrc32Command

Function createCrc32Command

src/core/serial_commands/storage_commands.cpp:895–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895void createCrc32Command(SimpleCLI *cli) {
896 // storage crc32
897 Command cmd = cli->addCommand("crc32", crc32Callback);
898 cmd.addPosArg("filepath");
899}
900
901void createRemoveCommand(SimpleCLI *cli) {
902 Command cmd = cli->addCommand("rm,del", removeCallback);

Callers 1

createStorageCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected