*: cargo fmt
This commit is contained in:
parent
9948a76602
commit
fe8942575a
7 changed files with 156 additions and 151 deletions
|
|
@ -1,15 +1,15 @@
|
|||
pub mod nextion;
|
||||
#[derive(Debug)]
|
||||
pub enum Command{
|
||||
pub enum Command {
|
||||
SetRpm(u32),
|
||||
SetTimer(u32),
|
||||
Start,
|
||||
Stop,
|
||||
SendConfig,
|
||||
CommandSuccess
|
||||
CommandSuccess,
|
||||
}
|
||||
#[derive(Debug)]
|
||||
pub enum ErrCommand{
|
||||
pub enum ErrCommand {
|
||||
NoValidCmd,
|
||||
ReadError
|
||||
}
|
||||
ReadError,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue