From add8145f95a227c1d5bd7be863bf53c9ab742b60 Mon Sep 17 00:00:00 2001 From: destroyedlolo Date: Fri, 23 Mar 2018 20:03:03 +0100 Subject: [PATCH] Remove a compilation warning --- src/LowLevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LowLevel.h b/src/LowLevel.h index d18d387..184e382 100644 --- a/src/LowLevel.h +++ b/src/LowLevel.h @@ -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_;