Remove a compilation warning
This commit is contained in:
parent
47034b0fa5
commit
add8145f95
@ -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_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user