Browse Source

Remove a compilation warning

pull/17/head
destroyedlolo 7 years ago
parent
commit
add8145f95
  1. 2
      src/LowLevel.h

2
src/LowLevel.h

@ -112,8 +112,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