diff --git a/ion/src/device/regs/tim.h b/ion/src/device/regs/tim.h index 1d8abb3a0..d76f8e293 100644 --- a/ion/src/device/regs/tim.h +++ b/ion/src/device/regs/tim.h @@ -63,7 +63,7 @@ public: }; class PSC : public Register16 {}; - class ARR : public RegisterWidth {}; + class ARR : public Register16 {}; class CCR1 : public RegisterWidth {}; class CCR2 : public RegisterWidth {}; class CCR3 : public RegisterWidth {};