Remove a compilation warning

This commit is contained in:
destroyedlolo 2018-03-23 20:03:03 +01:00
parent 47034b0fa5
commit add8145f95

View File

@ -112,8 +112,8 @@ __attribute__((always_inline)) static inline void UserTimer_Run(short skipTicks)
class Pin
{
private:
volatile IO_REG_TYPE *reg_;
IO_REG_TYPE mask_;
volatile IO_REG_TYPE *reg_;
byte interruptNumber_;
byte pinNumber_;