Remove a compilation warning
This commit is contained in:
parent
a0d32dafae
commit
2b8a76ade0
@ -119,8 +119,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