MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / bootloader_cmd

Function bootloader_cmd

inputmodule-control/src/inputmodule.rs:365–367  ·  view source on GitHub ↗
(serialdev: &str)

Source from the content-addressed store, hash-verified

363}
364
365fn bootloader_cmd(serialdev: &str) {
366 simple_cmd(serialdev, Command::Bootloader, &[0x00]);
367}
368
369fn percentage_cmd(serialdev: &str, arg: u8) {
370 simple_cmd(

Callers 1

serial_commandsFunction · 0.85

Calls 1

simple_cmdFunction · 0.85

Tested by

no test coverage detected