diff --git a/src/modules/timer/timer16.rs b/src/modules/timer/timer16.rs index f7cb27e..8699ba1 100644 --- a/src/modules/timer/timer16.rs +++ b/src/modules/timer/timer16.rs @@ -155,7 +155,7 @@ pub struct Timer16Setup { impl Timer16Setup { #[inline] - fn new() -> Self { + pub fn new() -> Self { Timer16Setup { a: RegisterBits::zero(), b: RegisterBits::zero(),