Browse Source

Remove a compilation warning

pull/17/merge
destroyedlolo 7 years ago committed by Youen Toupin
parent
commit
2b8a76ade0
  1. 2
      library/OneWireSlave/LowLevel.h

2
library/OneWireSlave/LowLevel.h

@ -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_;

Loading…
Cancel
Save