Remove a compilation warning

This commit is contained in:
destroyedlolo 2018-03-23 20:03:03 +01:00 committed by Youen Toupin
parent a0d32dafae
commit 2b8a76ade0

View File

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