Derive Default for M114Command

This commit is contained in:
Frederik Menke 2022-10-22 21:01:21 +02:00
parent 65bab91e8b
commit 7e02c6ddef

View file

@ -28,6 +28,7 @@ pub trait GcodeCommand: Debug + Send {
}
#[derive(Debug)]
#[derive(Default)]
pub struct M114Command;
#[derive(Debug)]