diff --git a/small-trace-gpio/src/gpio.rs b/small-trace-gpio/src/gpio.rs index c623c87..193f8d7 100644 --- a/small-trace-gpio/src/gpio.rs +++ b/small-trace-gpio/src/gpio.rs @@ -59,6 +59,12 @@ impl GpioTracer { } } +impl Default for GpioTracer { + fn default() -> Self { + Self::new() + } +} + impl Tracer for GpioTracer { /// Writes the bits of the value to IO pins 26 to 41. Then resets the traced /// value to 0.